Unlock listen(2).
authormvs <mvs@openbsd.org>
Tue, 11 May 2021 11:20:23 +0000 (11:20 +0000)
committermvs <mvs@openbsd.org>
Tue, 11 May 2021 11:20:23 +0000 (11:20 +0000)
ok mpi@

sys/kern/syscalls.master

index 725c83a..ed30235 100644 (file)
@@ -1,4 +1,4 @@
-;      $OpenBSD: syscalls.master,v 1.213 2021/05/11 11:19:10 mvs Exp $
+;      $OpenBSD: syscalls.master,v 1.214 2021/05/11 11:20:23 mvs Exp $
 ;      $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
                            socklen_t namelen); }
 105    STD             { int sys_setsockopt(int s, int level, int name, \
                            const void *val, socklen_t valsize); }
-106    STD             { int sys_listen(int s, int backlog); }
+106    STD NOLOCK      { int sys_listen(int s, int backlog); }
 107    STD             { int sys_chflagsat(int fd, const char *path, \
                            u_int flags, int atflags); }
 108    STD             { int sys_pledge(const char *promises, \