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:
parent
912f6323cd
commit
2b6d81c176
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200902
@ -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 },
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user