Translate linux_newlstat name argument

PR:	277847
MFC after:	1 week
This commit is contained in:
John F. Carr 2024-03-21 00:44:23 +02:00 committed by Konstantin Belousov
parent bcd401b5a3
commit 55e2187a09

View File

@ -615,6 +615,8 @@ static const struct syscall_decode decoded_syscalls[] = {
.args = { { Name | IN, 0 }, { Int, 1 } } },
{ .name = "linux_newfstat", .ret_type = 1, .nargs = 2,
.args = { { Int, 0 }, { Ptr | OUT, 1 } } },
{ .name = "linux_newlstat", .ret_type = 1, .nargs = 2,
.args = { { Name | IN, 0 }, { Ptr | OUT, 1 } } },
{ .name = "linux_newstat", .ret_type = 1, .nargs = 2,
.args = { { Name | IN, 0 }, { Ptr | OUT, 1 } } },
{ .name = "linux_open", .ret_type = 1, .nargs = 3,