diff options
| author | 2019-12-24 04:23:43 +0000 | |
|---|---|---|
| committer | 2019-12-24 04:23:43 +0000 | |
| commit | 4227f8354c875534e4b2e3153d17da3fa427d28c (patch) | |
| tree | 9bbd33e50514c9ad3a28fd78adaf8e38a5ed462d | |
| parent | fix broken tree. sorry for inconveniences. (diff) | |
| download | wireguard-openbsd-4227f8354c875534e4b2e3153d17da3fa427d28c.tar.xz wireguard-openbsd-4227f8354c875534e4b2e3153d17da3fa427d28c.zip | |
Unlock nanosleep(2).
OK cheloha@, anton@, mpi@
| -rw-r--r-- | sys/kern/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 13b44d159b9..d6148838e4a 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.198 2019/11/27 01:04:13 deraadt Exp $ +; $OpenBSD: syscalls.master,v 1.199 2019/12/24 04:23:43 visa Exp $ ; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -201,7 +201,7 @@ 89 STD NOLOCK { int sys_clock_getres(clockid_t clock_id, \ struct timespec *tp); } 90 STD { int sys_dup2(int from, int to); } -91 STD { int sys_nanosleep(const struct timespec *rqtp, \ +91 STD NOLOCK { int sys_nanosleep(const struct timespec *rqtp, \ struct timespec *rmtp); } 92 STD { int sys_fcntl(int fd, int cmd, ... void *arg); } 93 STD { int sys_accept4(int s, struct sockaddr *name, \ |
