From: mvs Date: Tue, 11 May 2021 11:20:23 +0000 (+0000) Subject: Unlock listen(2). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c6e97184178251560fd031e42c8e78930c85a743;p=openbsd Unlock listen(2). ok mpi@ --- diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 725c83a047d..ed30235fc31 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -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 @@ -223,7 +223,7 @@ 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, \