From: mvs Date: Mon, 25 Mar 2024 17:42:34 +0000 (+0000) Subject: Unlock shutdown(2). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2b23bd5961131b267900153152a367493d28c4d2;p=openbsd Unlock shutdown(2). ok bluhm --- diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 0400b8ea8d4..f631b55cf60 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -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 @@ -268,7 +268,7 @@ 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); }