Keep list sorted. Thanks to jhb@ to pointing out that I put it at the
wrong place in r327919.
This commit is contained in:
parent
80098bb1fb
commit
097b25a780
@ -387,13 +387,13 @@ static struct syscall decoded_syscalls[] = {
|
||||
.args = { { Name, 0 }, { Quotactlcmd, 1 }, { Int, 2 }, { Ptr, 3 } } },
|
||||
{ .name = "read", .ret_type = 1, .nargs = 3,
|
||||
.args = { { Int, 0 }, { BinString | OUT, 1 }, { Sizet, 2 } } },
|
||||
{ .name = "readv", .ret_type = 1, .nargs = 3,
|
||||
.args = { { Int, 0 }, { Iovec | OUT, 1 }, { Int, 2 } } },
|
||||
{ .name = "readlink", .ret_type = 1, .nargs = 3,
|
||||
.args = { { Name, 0 }, { Readlinkres | OUT, 1 }, { Sizet, 2 } } },
|
||||
{ .name = "readlinkat", .ret_type = 1, .nargs = 4,
|
||||
.args = { { Atfd, 0 }, { Name, 1 }, { Readlinkres | OUT, 2 },
|
||||
{ Sizet, 3 } } },
|
||||
{ .name = "readv", .ret_type = 1, .nargs = 3,
|
||||
.args = { { Int, 0 }, { Iovec | OUT, 1 }, { Int, 2 } } },
|
||||
{ .name = "reboot", .ret_type = 1, .nargs = 1,
|
||||
.args = { { Reboothowto, 0 } } },
|
||||
{ .name = "recvfrom", .ret_type = 1, .nargs = 6,
|
||||
|
Loading…
Reference in New Issue
Block a user