1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-06 18:29:47 +00:00

Allow proper tracing of posix_openpt(2).

This commit is contained in:
Ed Schouten 2009-12-23 15:22:50 +00:00
parent 912f6323cd
commit 2b6d81c176
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200902

View File

@ -258,6 +258,8 @@ struct syscall syscalls[] = {
.args = { { Name , 0 } , { Name, 1 } } },
{ .name = "symlink", .ret_type = 1, .nargs = 2,
.args = { { Name , 0 } , { Name, 1 } } },
{ .name = "posix_openpt", .ret_type = 1, .nargs = 1,
.args = { { Open, 0 } } },
{ .name = 0 },
};