From 860754f0f97a3323c48f1f23d0102ad90e5fad15 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 14 Dec 2004 14:01:06 +0000 Subject: Fixed build on linux-glibc21-i386 --- ext/pcntl/pcntl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/pcntl') 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); -- cgit v1.2.1