1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

Translate linux_newlstat name argument

PR:	277847

(cherry picked from commit 55e2187a09)
This commit is contained in:
John F. Carr 2024-03-21 00:44:23 +02:00 committed by Konstantin Belousov
parent 1d2a587ef9
commit b5e7969b23

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,