From: Dmitry Stogov Date: Tue, 14 Dec 2004 14:01:06 +0000 (+0000) Subject: Fixed build on linux-glibc21-i386 X-Git-Tag: RELEASE_0_2~522 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=860754f0f97a3323c48f1f23d0102ad90e5fad15;p=php Fixed build on linux-glibc21-i386 --- diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c index eb1a0f38f1..6a9c304f2f 100755 --- a/ext/pcntl/pcntl.c +++ b/ext/pcntl/pcntl.c @@ -148,8 +148,10 @@ void php_register_signal_constants(INIT_FUNC_ARGS) #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);