aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJohn F. Carr <jfc@mit.edu>2024-03-20 22:44:23 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2024-03-20 22:45:55 +0000
commit55e2187a091b7c397b3682b5ded2143c43e31a18 (patch)
treea2516d20212b5bbdba809847f05a7293397dc49a /usr.bin
parentbcd401b5a39c6186bb1fe450286299f2a481244c (diff)
downloadsrc-55e2187a091b7c397b3682b5ded2143c43e31a18.tar.gz
src-55e2187a091b7c397b3682b5ded2143c43e31a18.zip
Translate linux_newlstat name argument
PR: 277847 MFC after: 1 week
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/truss/syscalls.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c
index f9763d10c1b4..47d6aef8f6ff 100644
--- a/usr.bin/truss/syscalls.c
+++ b/usr.bin/truss/syscalls.c
@@ -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,