From b0d97980f691905d21787b5db0a0f39138c8e780 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 14 Apr 2002 05:31:47 +0000 Subject: Remove the requirement that Giant be held around sigreturn(). --- sys/kern/syscalls.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern') diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 21089dba7b43..f8298e97c696 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -490,7 +490,7 @@ 342 MSTD POSIX { int sigaction(int sig, const struct sigaction *act, \ struct sigaction *oact); } 343 MSTD POSIX { int sigpending(sigset_t *set); } -344 STD BSD { int sigreturn(const struct __ucontext *sigcntxp); } +344 MSTD BSD { int sigreturn(const struct __ucontext *sigcntxp); } 345 UNIMPL NOHIDE sigtimedwait 346 UNIMPL NOHIDE sigwaitinfo 347 MSTD BSD { int __acl_get_file(const char *path, \ -- cgit v1.2.3