Decode arguments passed to thr_set_name().

MFC after:	1 month
This commit is contained in:
John Baldwin 2017-08-25 19:06:36 +00:00
parent 5ad496a252
commit d86cddf0f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=322899

View File

@ -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