- According to mike@FreeBSD.org SIGTHR should be hiden by
#ifdef __BSD_VISIBLE
This commit is contained in:
parent
a447cd8b28
commit
55d9ba3eac
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user