summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2002-04-11 17:13:08 +0000
committeralc <alc@FreeBSD.org>2002-04-11 17:13:08 +0000
commitf8786d960f554dc901bb184a3bf33ca3ebf0eea2 (patch)
treec126ba85d9a8fa672fe2fa4744a3364c83591bd8
parent9f1849779c2b114d033c5db7e418994ead4c73c0 (diff)
downloadFreeBSD-src-f8786d960f554dc901bb184a3bf33ca3ebf0eea2.zip
FreeBSD-src-f8786d960f554dc901bb184a3bf33ca3ebf0eea2.tar.gz
Add a comment that osigreturn() is MPSAFE.
-rw-r--r--sys/alpha/alpha/machdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c
index c2fb8e9..0d55ec3 100644
--- a/sys/alpha/alpha/machdep.c
+++ b/sys/alpha/alpha/machdep.c
@@ -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,
OpenPOWER on IntegriCloud