From 8a20a702cfad650b278adcd0e849c6b29606a363 Mon Sep 17 00:00:00 2001 From: alc Date: Thu, 11 Apr 2002 17:34:38 +0000 Subject: [PATCH] Remove the requirement that Giant be held around osigreturn(). All platform- specific implementations are MPSAFE. --- sys/kern/syscalls.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index e05f68d8a44..21089dba7b4 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -172,7 +172,7 @@ 100 MSTD BSD { int getpriority(int which, int who); } 101 MCOMPAT BSD { int send(int s, caddr_t buf, int len, int flags); } 102 MCOMPAT BSD { int recv(int s, caddr_t buf, int len, int flags); } -103 STD BSD { int osigreturn(struct osigcontext *sigcntxp); } +103 MSTD BSD { int osigreturn(struct osigcontext *sigcntxp); } 104 MSTD BSD { int bind(int s, caddr_t name, int namelen); } 105 MSTD BSD { int setsockopt(int s, int level, int name, \ caddr_t val, int valsize); } -- 2.45.2