diff options
-rw-r--r-- | sys/sys/signal.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/sys/signal.h b/sys/sys/signal.h index 9542cb1..38e456d 100644 --- a/sys/sys/signal.h +++ b/sys/sys/signal.h @@ -111,10 +111,9 @@ #define SIGUSR1 30 /* user defined signal 1 */ #define SIGUSR2 31 /* user defined signal 2 */ #endif -/* - * XXX Should this follow any _VISIBLE tag? - */ +#if __BSD_VISIBLE #define SIGTHR 32 /* Thread interrupt. */ +#endif /* * XXX missing SIGRTMIN, SIGRTMAX. */ |