diff options
author | jeff <jeff@FreeBSD.org> | 2003-03-31 23:36:40 +0000 |
---|---|---|
committer | jeff <jeff@FreeBSD.org> | 2003-03-31 23:36:40 +0000 |
commit | 23844ff0236ecbb1ed382511485751abcaee5859 (patch) | |
tree | cea67b637046763281e9dee6aaee62b03851a0dc /sys/ia64/ia32 | |
parent | 71a412bee0b7421bc8068e5e09f24d600458d142 (diff) | |
download | FreeBSD-src-23844ff0236ecbb1ed382511485751abcaee5859.zip FreeBSD-src-23844ff0236ecbb1ed382511485751abcaee5859.tar.gz |
- Add a placeholder for sigwait
Diffstat (limited to 'sys/ia64/ia32')
-rw-r--r-- | sys/ia64/ia32/syscalls.master | 1 |
1 files changed, 1 insertions, 0 deletions
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 |