[Glibc-bsd-commits] r4159 - trunk/glibc-ports/kfreebsd/bits

Robert Millan rmh at alioth.debian.org
Thu Mar 29 15:20:52 UTC 2012


Author: rmh
Date: 2012-03-29 15:20:52 +0000 (Thu, 29 Mar 2012)
New Revision: 4159

Modified:
   trunk/glibc-ports/kfreebsd/bits/signum.h
Log:
Document existing use of signal 34.

Modified: trunk/glibc-ports/kfreebsd/bits/signum.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/signum.h	2012-03-29 15:19:24 UTC (rev 4158)
+++ trunk/glibc-ports/kfreebsd/bits/signum.h	2012-03-29 15:20:52 UTC (rev 4159)
@@ -68,6 +68,8 @@
 #define	SIGTHR		32	/* Reserved by thread library. */
 #define	SIGLWP		SIGTHR
 #define	SIGLIBRT	33	/* Reserved by real-time library. */
+/* Signal 34 is used (but not reserved) by thread library.
+   See PTHREAD_SIGBASE in kernel-features.h.  */
 
 #define	_NSIG		129	/* Biggest signal number + 1
 				   (including real-time signals).  */




More information about the Glibc-bsd-commits mailing list