Add a comment that osigreturn() is MPSAFE.

This commit is contained in:
Alan Cox 2002-04-11 17:13:08 +00:00
parent 649739635f
commit 0d36f49e63

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,