summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_prot.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-06-09 21:34:19 +0000
committerjhb <jhb@FreeBSD.org>2003-06-09 21:34:19 +0000
commit734fc8d52e1879bdc56348c84a5de9079a7a2600 (patch)
tree0bb0357df6b8a6bcd4ed8e4e671a35ba8036ade9 /sys/kern/kern_prot.c
parentf99b05da8812b112d8825f82a7ab665e2be567f2 (diff)
downloadFreeBSD-src-734fc8d52e1879bdc56348c84a5de9079a7a2600.zip
FreeBSD-src-734fc8d52e1879bdc56348c84a5de9079a7a2600.tar.gz
The issetugid() function is MPSAFE.
Diffstat (limited to 'sys/kern/kern_prot.c')
-rw-r--r--sys/kern/kern_prot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c
index c9c62e9..0af90b8 100644
--- a/sys/kern/kern_prot.c
+++ b/sys/kern/kern_prot.c
@@ -1138,7 +1138,7 @@ struct issetugid_args {
};
#endif
/*
- * NOT MPSAFE?
+ * MPSAFE
*/
/* ARGSUSED */
int
OpenPOWER on IntegriCloud