diff options
author | 2000-06-15 05:28:30 +0000 | |
---|---|---|
committer | 2000-06-15 05:28:30 +0000 | |
commit | 17b6b652bfd0eb0d72a61887cc0206985f6f695c (patch) | |
tree | 1fe2f443cd1cb0225579e6a8b328189b8ed584dc | |
parent | Clean up one of the screwy things about the powerpc pmap, it could (diff) | |
download | wireguard-openbsd-17b6b652bfd0eb0d72a61887cc0206985f6f695c.tar.xz wireguard-openbsd-17b6b652bfd0eb0d72a61887cc0206985f6f695c.zip |
add more unimplemented syscall name placeholders, from NetBSD.
-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 |