dmitry Tue Dec 14 09:01:06 2004 EDT
Modified files:
/php-src/ext/pcntl pcntl.c
Log:
Fixed build on linux-glibc21-i386
http://cvs.php.net/diff.php/php-src/ext/pcntl/pcntl.c?r1=1.45&r2=1.46&ty=u
Index: php-src/ext/pcntl/pcntl.c
diff -u php-src/ext/pcntl/pcntl.c:1.45 php-src/ext/pcntl/pcntl.c:1.46
--- php-src/ext/pcntl/pcntl.c:1.45 Sat Aug 28 08:20:06 2004
+++ php-src/ext/pcntl/pcntl.c Tue Dec 14 09:01:06 2004
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: pcntl.c,v 1.45 2004/08/28 12:20:06 derick Exp $ */
+/* $Id: pcntl.c,v 1.46 2004/12/14 14:01:06 dmitry Exp $ */
#define PCNTL_DEBUG 0
@@ -148,8 +148,10 @@
#ifdef SIGPWR
REGISTER_LONG_CONSTANT("SIGPWR", (long) SIGPWR, CONST_CS |
CONST_PERSISTENT);
#endif
+#ifdef SIGSYS
REGISTER_LONG_CONSTANT("SIGSYS", (long) SIGSYS, CONST_CS |
CONST_PERSISTENT);
REGISTER_LONG_CONSTANT("SIGBABY", (long) SIGSYS, CONST_CS |
CONST_PERSISTENT);
+#endif
#if HAVE_GETPRIORITY || HAVE_SETPRIORITY
REGISTER_LONG_CONSTANT("PRIO_PGRP", PRIO_PGRP, CONST_CS |
CONST_PERSISTENT);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php