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

Petr Salinger ps-guest at alioth.debian.org
Mon May 25 06:40:37 UTC 2009


Author: ps-guest
Date: 2009-05-25 06:40:37 +0000 (Mon, 25 May 2009)
New Revision: 2536

Modified:
   trunk/glibc-ports/kfreebsd/bits/signum.h
Log:
be in sync with FreeBSD kernel definition of RT-signals



Modified: trunk/glibc-ports/kfreebsd/bits/signum.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/signum.h	2009-05-25 05:23:50 UTC (rev 2535)
+++ trunk/glibc-ports/kfreebsd/bits/signum.h	2009-05-25 06:40:37 UTC (rev 2536)
@@ -74,7 +74,7 @@
 
 /* These are the hard limits of the kernel.  These values should not be
    used directly at user level.  */
-#define __SIGRTMIN	32
-#define __SIGRTMAX	(_NSIG - 1)
+#define __SIGRTMIN	65	/* be in sync with FreeBSD kernel */
+#define __SIGRTMAX	126	/* be in sync with FreeBSD kernel */
 
 #endif	/* <signal.h> included.  */




More information about the Glibc-bsd-commits mailing list