- Add a signal for thread synchronization. Add an XXX so that maybe

someone more knowledgeable on standards defined namespaces may ifdef
   this out.
This commit is contained in:
Jeff Roberson 2003-03-31 22:30:08 +00:00
parent da33176f39
commit 90176341c3

View File

@ -111,6 +111,10 @@
#define SIGUSR1 30 /* user defined signal 1 */
#define SIGUSR2 31 /* user defined signal 2 */
#endif
/*
* XXX Should this follow any _VISIBLE tag?
*/
#define SIGTHR 32 /* Thread interrupt. */
/*
* XXX missing SIGRTMIN, SIGRTMAX.
*/