1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94442

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,