summaryrefslogtreecommitdiffstats
path: root/sys/sys/_sigset.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-10-12 13:58:16 +0000
committermarcel <marcel@FreeBSD.org>1999-10-12 13:58:16 +0000
commit279a9ac2430d59262bc703a2a5ed7435f316e86d (patch)
treebae658a6d1efea51f961ad7cc10426164b85e8a1 /sys/sys/_sigset.h
parent56c61f74888fb3051f114e19e6f8811dd7bb79d6 (diff)
downloadFreeBSD-src-279a9ac2430d59262bc703a2a5ed7435f316e86d.zip
FreeBSD-src-279a9ac2430d59262bc703a2a5ed7435f316e86d.tar.gz
Move SIG_HOLD back to signalvar.h.
Fix style bugs and comments while I'm here. Submitted by: bde
Diffstat (limited to 'sys/sys/_sigset.h')
-rw-r--r--sys/sys/_sigset.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/sys/_sigset.h b/sys/sys/_sigset.h
index e935d96..5a1e502 100644
--- a/sys/sys/_sigset.h
+++ b/sys/sys/_sigset.h
@@ -122,7 +122,6 @@ typedef void __sighandler_t __P((int));
#define SIG_DFL ((__sighandler_t *)0)
#define SIG_IGN ((__sighandler_t *)1)
-#define SIG_HOLD ((__sighandler_t *)2)
#define SIG_ERR ((__sighandler_t *)-1)
#if defined(_P1003_1B_VISIBLE) || defined(KERNEL)
@@ -135,7 +134,7 @@ union sigval {
typedef struct __siginfo {
int si_signo; /* signal number */
int si_errno; /* errno association */
- /*
+ /*
* Cause of signal, one of the SI_ macros or signal-specific
* values, i.e. one of the FPE_... values for SIGFPE. This
* value is equivalent to the second argument to an old-style
@@ -157,9 +156,8 @@ typedef struct __sigset {
} sigset_t;
/*
- * XXX - there are some nasty dependencies.
- * Now that sigset_t has been defined we can
- * include the MD structures.
+ * XXX - there are some nasty dependencies on include file order. Now that
+ * sigset_t has been defined we can include the MD header.
*/
#include <machine/signal.h> /* sig_atomic_t; trap codes; sigcontext */
OpenPOWER on IntegriCloud