aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2002-04-14 05:31:47 +0000
committerAlan Cox <alc@FreeBSD.org>2002-04-14 05:31:47 +0000
commitb0d97980f691905d21787b5db0a0f39138c8e780 (patch)
tree0312bd891a6ec8f35a64c8946388177fed478931 /sys/kern
parent421f855923d43fd57c6bdab60bd9c63211cb47ec (diff)
downloadsrc-b0d97980f691905d21787b5db0a0f39138c8e780.tar.gz
src-b0d97980f691905d21787b5db0a0f39138c8e780.zip
Remove the requirement that Giant be held around sigreturn().
Notes
Notes: svn path=/head/; revision=94640
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 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, \