summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2002-04-14 05:31:47 +0000
committeralc <alc@FreeBSD.org>2002-04-14 05:31:47 +0000
commita34b48c478837d7c9206d4efc4985364b7b1b63c (patch)
tree0312bd891a6ec8f35a64c8946388177fed478931 /sys/kern
parent1d48dd21daf3e81a88fe38d5fa1361b44ed0474b (diff)
downloadFreeBSD-src-a34b48c478837d7c9206d4efc4985364b7b1b63c.zip
FreeBSD-src-a34b48c478837d7c9206d4efc4985364b7b1b63c.tar.gz
Remove the requirement that Giant be held around sigreturn().
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 21089db..f8298e9 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, \
OpenPOWER on IntegriCloud