Update SIGTHR's comment.

This commit is contained in:
David Xu 2005-11-01 03:14:39 +00:00
parent a8e1134a6b
commit 7bde374872

View File

@ -109,7 +109,7 @@
#define SIGUSR2 31 /* user defined signal 2 */
#endif
#if __BSD_VISIBLE
#define SIGTHR 32 /* Thread interrupt. */
#define SIGTHR 32 /* reserved by thread library. */
#endif
#define SIGRTMIN 65