Add a comment that osigreturn() is MPSAFE.

This commit is contained in:
alc 2002-04-11 17:13:08 +00:00
parent 9f1849779c
commit f8786d960f

View File

@ -1408,6 +1408,8 @@ sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code)
* context left by sendsig. Check carefully to
* make sure that the user has not modified the
* state to gain improper privileges.
*
* MPSAFE
*/
int
osigreturn(struct thread *td,