Use proper argument length for rmdir(2) for r303934.
Reported by: kib X-MFC-With: r303934 MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
bf38f89f99
commit
6178f8e8a6
@ -279,8 +279,8 @@ static struct syscall decoded_syscalls[] = {
|
||||
.args = { { Name, 0 }, { Name, 1 } } },
|
||||
{ .name = "renameat", .ret_type = 1, .nargs = 4,
|
||||
.args = { { Atfd, 0 }, { Name, 1 }, { Atfd, 2 }, { Name, 3 } } },
|
||||
{ .name = "rmdir", .ret_type = 1, .nargs = 2,
|
||||
.args = { { Name, 0 }, { Octal, 1 } } },
|
||||
{ .name = "rmdir", .ret_type = 1, .nargs = 1,
|
||||
.args = { { Name, 0 } } },
|
||||
{ .name = "rfork", .ret_type = 1, .nargs = 1,
|
||||
.args = { { Rforkflags, 0 } } },
|
||||
{ .name = "select", .ret_type = 1, .nargs = 5,
|
||||
|
Loading…
x
Reference in New Issue
Block a user