Unlock connect(2). Again.
authormvs <mvs@openbsd.org>
Fri, 4 Jun 2021 09:05:19 +0000 (09:05 +0000)
committermvs <mvs@openbsd.org>
Fri, 4 Jun 2021 09:05:19 +0000 (09:05 +0000)
ok mpi@

sys/kern/syscalls.master

index 8d45940..3580d86 100644 (file)
@@ -1,4 +1,4 @@
-;      $OpenBSD: syscalls.master,v 1.217 2021/06/02 11:30:23 mvs Exp $
+;      $OpenBSD: syscalls.master,v 1.218 2021/06/04 09:05:19 mvs Exp $
 ;      $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 95     STD             { int sys_fsync(int fd); }
 96     STD             { int sys_setpriority(int which, id_t who, int prio); }
 97     STD NOLOCK      { int sys_socket(int domain, int type, int protocol); }
-98     STD             { int sys_connect(int s, const struct sockaddr *name, \
+98     STD NOLOCK      { int sys_connect(int s, const struct sockaddr *name, \
                            socklen_t namelen); }
 99     STD             { int sys_getdents(int fd, void *buf, size_t buflen); }
 100    STD             { int sys_getpriority(int which, id_t who); }