diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2000-06-15 05:28:31 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2000-06-15 05:28:31 +0000 |
commit | 4ce2ece78111ad4a172ab68360c5d2ec2b38cefd (patch) | |
tree | 7d8cbbe1b3f225b78184e62aa9494759cc129a89 /sys/compat | |
parent | 58a21dc65a40b17422ad81de390d8eb4aaf48652 (diff) |
add more unimplemented syscall name placeholders, from NetBSD.
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/svr4/syscalls.master | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master index 749e6e0835d..b2c0b9b27b5 100644 --- a/sys/compat/svr4/syscalls.master +++ b/sys/compat/svr4/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.26 1999/10/07 17:23:53 brad Exp $ + $OpenBSD: syscalls.master,v 1.27 2000/06/15 05:28:30 brad Exp $ ; $NetBSD: syscalls.master,v 1.17 1996/02/10 17:12:51 christos Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -245,7 +245,7 @@ 146 UNIMPL yield 147 UNIMPL lwp_sema_wait 148 UNIMPL lwp_sema_post -149 UNIMPL +149 UNIMPL lwp_sema_trywait 150 UNIMPL 151 UNIMPL 152 UNIMPL modctl @@ -318,7 +318,7 @@ 206 UNIMPL schedctl 207 UNIMPL pset 208 UNIMPL -209 UNIMPL +209 UNIMPL resolvepath 210 UNIMPL signotifywait 211 UNIMPL lwp_sigredirect 212 UNIMPL lwp_alarm |