diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 04:47:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 04:47:45 +0000 |
commit | 9043b73586e8eff30f33a97a5b1802f1032c3288 (patch) | |
tree | 5238a6096e950295682af33b86d1ed58fe4b596e /sys/compat/svr4/syscalls.master | |
parent | dd79441110b3311ff76301f49a0a640d84ead876 (diff) |
update from netbsd
Diffstat (limited to 'sys/compat/svr4/syscalls.master')
-rw-r--r-- | sys/compat/svr4/syscalls.master | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master index 23c9202537a..2b8a3f11a3d 100644 --- a/sys/compat/svr4/syscalls.master +++ b/sys/compat/svr4/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.13 1995/10/07 06:27:57 mycroft Exp $ + $NetBSD: syscalls.master,v 1.14 1995/10/14 20:25:06 christos Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -93,21 +93,22 @@ 47 NOARGS { gid_t sys_getgid(void); } 48 STD { int svr4_sys_signal(int signum, svr4_sig_t handler); } #ifdef SYSVMSG -49 UNIMPL { int sys_msgsys(int which, int a2, int a3, int a4, \ - int a5, int a6); } +49 STD { int svr4_sys_msgsys(int what, int a2, int a3, \ + int a4, int a5); } #else 49 UNIMPL msgsys #endif 50 STD { int svr4_sys_sysarch(int op, void *a1); } 51 UNIMPL acct #ifdef SYSVSHM -52 UNIMPL { int sys_shmsys(int which, int a2, int a3, int a4); } +52 STD { int svr4_sys_shmsys(int what, int a2, int a3, \ + int a4); } #else 52 UNIMPL shmsys #endif #ifdef SYSVSEM -53 UNIMPL { int sys_semsys(int which, int a2, int a3, int a4, \ - int a5); } +53 STD { int svr4_sys_semsys(int what, int a2, int a3, \ + int a4, int a5); } #else 53 UNIMPL semsys #endif |