Unlock shutdown(2).
authormvs <mvs@openbsd.org>
Mon, 25 Mar 2024 17:42:34 +0000 (17:42 +0000)
committermvs <mvs@openbsd.org>
Mon, 25 Mar 2024 17:42:34 +0000 (17:42 +0000)
ok bluhm

sys/kern/syscalls.master

index 0400b8e..f631b55 100644 (file)
@@ -1,4 +1,4 @@
-;      $OpenBSD: syscalls.master,v 1.257 2024/01/26 18:24:23 mvs Exp $
+;      $OpenBSD: syscalls.master,v 1.258 2024/03/25 17:42:34 mvs Exp $
 ;      $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 133    STD NOLOCK      { ssize_t sys_sendto(int s, const void *buf, \
                            size_t len, int flags, const struct sockaddr *to, \
                            socklen_t tolen); }
-134    STD             { int sys_shutdown(int s, int how); }
+134    STD NOLOCK      { int sys_shutdown(int s, int how); }
 135    STD NOLOCK      { int sys_socketpair(int domain, int type, \
                            int protocol, int *rsv); }
 136    STD             { int sys_mkdir(const char *path, mode_t mode); }