summaryrefslogtreecommitdiffstats
path: root/sys/sys/signal.h
diff options
context:
space:
mode:
authorrmh <rmh@FreeBSD.org>2012-03-26 19:12:09 +0000
committerrmh <rmh@FreeBSD.org>2012-03-26 19:12:09 +0000
commit08e0b420dcedc5b64104d9d74e313882312dbe8e (patch)
tree80b88c4d9c41d576905f6192fe0fc653621ad850 /sys/sys/signal.h
parentd37628cc987706fd89b1b0629b4539e32cd24ee2 (diff)
downloadFreeBSD-src-08e0b420dcedc5b64104d9d74e313882312dbe8e.zip
FreeBSD-src-08e0b420dcedc5b64104d9d74e313882312dbe8e.tar.gz
Register signal 33 explicitly as reserved by real-time library, and
use it by its new name (SIGLIBRT) rather than internal definition in librt (SIGSERVICE). Approved by: davidxu, arch
Diffstat (limited to 'sys/sys/signal.h')
-rw-r--r--sys/sys/signal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/signal.h b/sys/sys/signal.h
index 73aeea1..81e06a8 100644
--- a/sys/sys/signal.h
+++ b/sys/sys/signal.h
@@ -111,6 +111,7 @@
#if __BSD_VISIBLE
#define SIGTHR 32 /* reserved by thread library. */
#define SIGLWP SIGTHR
+#define SIGLIBRT 33 /* reserved by real-time library. */
#endif
#define SIGRTMIN 65
OpenPOWER on IntegriCloud