summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2017-08-25 19:06:36 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2017-08-25 19:06:36 +0000
commitd86cddf0f075b16f14d90d07ad76a8355c53979e (patch)
treea7dfe0915aeb81386f28cb209a13e237c6a39d85 /usr.bin
parent5ad496a25257a5a3678d6c01ca1a2516a178a085 (diff)
downloadsrc-test2-d86cddf0f075b16f14d90d07ad76a8355c53979e.tar.gz
src-test2-d86cddf0f075b16f14d90d07ad76a8355c53979e.zip
Notes
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 306a900aea1e..f12ac46fb990 100644
--- a/usr.bin/truss/syscalls.c
+++ b/usr.bin/truss/syscalls.c
@@ -483,6 +483,8 @@ static struct syscall decoded_syscalls[] = {
.args = { { Long, 0 }, { Signal, 1 } } },
{ .name = "thr_self", .ret_type = 1, .nargs = 1,
.args = { { Ptr, 0 } } },
+ { .name = "thr_set_name", .ret_type = 1, .nargs = 2,
+ .args = { { Long, 0 }, { Name, 1 } } },
{ .name = "truncate", .ret_type = 1, .nargs = 2,
.args = { { Name | IN, 0 }, { QuadHex | IN, 1 } } },
#if 0