summaryrefslogtreecommitdiffstats
path: root/sys/sys/signal.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-12-08 09:00:54 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-12-08 09:00:54 +0000
commit7473b01bccef15db2da50c2b1191b3e368751cb0 (patch)
tree04adebdf7032d61bcd57c1a96304ed511a701e89 /sys/sys/signal.h
parent371ea788ced618d7e22fe9405178142a7a40dcd8 (diff)
downloadFreeBSD-src-7473b01bccef15db2da50c2b1191b3e368751cb0.zip
FreeBSD-src-7473b01bccef15db2da50c2b1191b3e368751cb0.tar.gz
o Remove SI_KERNEL until I really implemented it.
o Add definition SI_NOINFO for zero si_code.
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 f78f41f..1f917a2 100644
--- a/sys/sys/signal.h
+++ b/sys/sys/signal.h
@@ -326,6 +326,7 @@ struct sigaction {
#endif
#if __POSIX_VISIBLE || __XSI_VISIBLE
+#define SI_NOINFO 0 /* No signal info besides si_signo. */
#define SI_USER 0x10001 /* Signal sent by kill(). */
#define SI_QUEUE 0x10002 /* Signal sent by the sigqueue(). */
#define SI_TIMER 0x10003 /* Signal generated by expiration of */
@@ -334,7 +335,6 @@ struct sigaction {
/* an asynchronous I/O request.*/
#define SI_MESGQ 0x10005 /* Signal generated by arrival of a */
/* message on an empty message queue. */
-#define SI_KERNEL 0x10006 /* Normal signal is sent by kernel. */
#endif
#if __BSD_VISIBLE
#define SI_UNDEFINED 0
OpenPOWER on IntegriCloud