- According to mike@FreeBSD.org SIGTHR should be hiden by

#ifdef __BSD_VISIBLE
This commit is contained in:
jeff 2003-03-31 23:31:50 +00:00
parent b23496dd54
commit e059422042

View File

@ -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.
*/