diff options
-rw-r--r-- | sys/amd64/ia32/syscalls.master | 1 | ||||
-rw-r--r-- | sys/compat/freebsd32/syscalls.master | 1 | ||||
-rw-r--r-- | sys/ia64/ia32/syscalls.master | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/ia32/syscalls.master b/sys/amd64/ia32/syscalls.master index ac974a0..e928405 100644 --- a/sys/amd64/ia32/syscalls.master +++ b/sys/amd64/ia32/syscalls.master @@ -599,3 +599,4 @@ 426 UNIMPL BSD __acl_set_link 427 UNIMPL BSD __acl_delete_link 428 UNIMPL BSD __acl_aclcheck_link +429 UNIMPL NOHIDE sigwait diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index ac974a0..e928405 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -599,3 +599,4 @@ 426 UNIMPL BSD __acl_set_link 427 UNIMPL BSD __acl_delete_link 428 UNIMPL BSD __acl_aclcheck_link +429 UNIMPL NOHIDE sigwait diff --git a/sys/ia64/ia32/syscalls.master b/sys/ia64/ia32/syscalls.master index ac974a0..e928405 100644 --- a/sys/ia64/ia32/syscalls.master +++ b/sys/ia64/ia32/syscalls.master @@ -599,3 +599,4 @@ 426 UNIMPL BSD __acl_set_link 427 UNIMPL BSD __acl_delete_link 428 UNIMPL BSD __acl_aclcheck_link +429 UNIMPL NOHIDE sigwait |