diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1999-09-15 18:36:39 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1999-09-15 18:36:39 +0000 |
commit | bb8cb677914d785c8a0a655006b31305becc9437 (patch) | |
tree | 8f5f224b5b7e4ac9a1f2f3f10375035de3cbfdc7 /sys/compat/netbsd/syscalls.master | |
parent | e7821b4901090b5ed60ac6990b537ae31c0f5b41 (diff) |
more and better signal routines, vfork()
Diffstat (limited to 'sys/compat/netbsd/syscalls.master')
-rw-r--r-- | sys/compat/netbsd/syscalls.master | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/sys/compat/netbsd/syscalls.master b/sys/compat/netbsd/syscalls.master index 93c6685c5f6..0d4ecb7f2af 100644 --- a/sys/compat/netbsd/syscalls.master +++ b/sys/compat/netbsd/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.3 1999/09/14 01:05:25 kstailey Exp $ +; $OpenBSD: syscalls.master,v 1.4 1999/09/15 18:36:38 kstailey Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -563,8 +563,7 @@ 281 STD { int netbsd_sys___sigaltstack14( \ const struct netbsd_sigaltstack *nss, \ struct netbsd_sigaltstack *oss); } -282 UNIMPL -;282 STD { int netbsd_sys___vfork14(void); } +282 STD { int netbsd_sys___vfork14(void); } 283 UNIMPL ;283 STD { int netbsd_sys___posix_chown(const char *path, \ ; uid_t uid, gid_t gid); } @@ -596,12 +595,11 @@ struct netbsd_sigaction *osa); } 292 STD { int netbsd_sys___sigpending14(netbsd_sigset_t \ *set); } -293 UNIMPL -;293 STD { int netbsd_sys___sigprocmask14(int how, \ -; const sigset_t *set, \ -; sigset_t *oset); } -294 UNIMPL -;294 STD { int netbsd_sys___sigsuspend14(const sigset_t *set); } +293 STD { int netbsd_sys___sigprocmask14(int how, \ + const netbsd_sigset_t *set, \ + netbsd_sigset_t *oset); } +294 STD { int netbsd_sys___sigsuspend14(const netbsd_sigset_t \ + *set); } 295 STD { int netbsd_sys___sigreturn14(struct \ netbsd_sigcontext *sigcntxp); } 296 STD { int netbsd_sys___getcwd(char *bufp, size_t length); } |