From bb8cb677914d785c8a0a655006b31305becc9437 Mon Sep 17 00:00:00 2001 From: kstailey Date: Wed, 15 Sep 1999 18:36:39 +0000 Subject: more and better signal routines, vfork() --- sys/compat/netbsd/syscalls.master | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'sys/compat/netbsd/syscalls.master') 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); } -- cgit v1.2.3