Decode FreeBSD11 fstatat calls.
This commit is contained in:
parent
da6df261b6
commit
6b75d5f10f
@ -148,6 +148,9 @@ static struct syscall decoded_syscalls[] = {
|
||||
.args = { { Int, 0 } } },
|
||||
{ .name = "compat11.fstat", .ret_type = 1, .nargs = 2,
|
||||
.args = { { Int, 0 }, { Stat11 | OUT, 1 } } },
|
||||
{ .name = "compat11.fstatat", .ret_type = 1, .nargs = 4,
|
||||
.args = { { Atfd, 0 }, { Name | IN, 1 }, { Stat11 | OUT, 2 },
|
||||
{ Atflags, 3 } } },
|
||||
{ .name = "compat11.lstat", .ret_type = 1, .nargs = 2,
|
||||
.args = { { Name | IN, 0 }, { Stat11 | OUT, 1 } } },
|
||||
{ .name = "compat11.stat", .ret_type = 1, .nargs = 2,
|
||||
|
Loading…
Reference in New Issue
Block a user