Unlock shutdown(2).
authormvs <mvs@openbsd.org>
Tue, 11 May 2021 11:21:31 +0000 (11:21 +0000)
committermvs <mvs@openbsd.org>
Tue, 11 May 2021 11:21:31 +0000 (11:21 +0000)
ok mpi@

sys/kern/syscalls.master

index ed30235..150850e 100644 (file)
@@ -1,4 +1,4 @@
-;      $OpenBSD: syscalls.master,v 1.214 2021/05/11 11:20:23 mvs Exp $
+;      $OpenBSD: syscalls.master,v 1.215 2021/05/11 11:21:31 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); }