[Glibc-bsd-commits] r1532 - trunk/glibc-2.3-head/sysdeps/kfreebsd/bits

Petr Salinger ps-guest at costa.debian.org
Tue May 2 13:15:32 UTC 2006


Author: ps-guest
Date: 2006-05-02 13:15:31 +0000 (Tue, 02 May 2006)
New Revision: 1532

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/signum.h
Log:
* change value for SIG_HOLD, see <sys/signalvar.h>


Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/signum.h
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/signum.h	2006-05-02 13:12:54 UTC (rev 1531)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/signum.h	2006-05-02 13:15:31 UTC (rev 1532)
@@ -27,9 +27,8 @@
 #define	SIG_DFL	((__sighandler_t) 0) /* Default action.  */
 #define	SIG_IGN	((__sighandler_t) 1) /* Ignore signal.  */
 
-#ifdef __USE_UNIX98
-#define	SIG_HOLD ((__sighandler_t) 2) /* Add signal to hold mask.  */
-#endif
+#define	SIG_CATCH ((__sighandler_t) 2) /* FreeBSD specific ? */
+#define	SIG_HOLD  ((__sighandler_t) 3) /* Add signal to hold mask.  */
 
 /* Signals.  */
 #define	SIGHUP		1	/* Hangup (POSIX).  */




More information about the Glibc-bsd-commits mailing list