summaryrefslogtreecommitdiffstats
path: root/sys/sys/signal.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-11-01 03:14:39 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-11-01 03:14:39 +0000
commit6e5e6ec0a4cef4beec206c97868cd73bdc69d9dd (patch)
tree23de6a1d2781a289ebf962f5a9cee6743ec44c4f /sys/sys/signal.h
parentd41eafedf75ba755f52b455a71b22a7728bc3f3b (diff)
downloadFreeBSD-src-6e5e6ec0a4cef4beec206c97868cd73bdc69d9dd.zip
FreeBSD-src-6e5e6ec0a4cef4beec206c97868cd73bdc69d9dd.tar.gz
Update SIGTHR's comment.
Diffstat (limited to 'sys/sys/signal.h')
-rw-r--r--sys/sys/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/signal.h b/sys/sys/signal.h
index d6dc895..55da8b4 100644
--- a/sys/sys/signal.h
+++ b/sys/sys/signal.h
@@ -109,7 +109,7 @@
#define SIGUSR2 31 /* user defined signal 2 */
#endif
#if __BSD_VISIBLE
-#define SIGTHR 32 /* Thread interrupt. */
+#define SIGTHR 32 /* reserved by thread library. */
#endif
#define SIGRTMIN 65
OpenPOWER on IntegriCloud