Remove the requirement that Giant be held around sigreturn().

This commit is contained in:
Alan Cox 2002-04-14 05:31:47 +00:00
parent 421f855923
commit b0d97980f6

View File

@ -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, \