aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 5d579149f2c..e9f7c59936c 100644
--- a/src/process.c
+++ b/src/process.c
@@ -4276,7 +4276,7 @@ sigchld_handler (signo)
4276 Otherwise (on systems that have WNOHANG), loop around 4276 Otherwise (on systems that have WNOHANG), loop around
4277 to use up all the processes that have something to tell us. */ 4277 to use up all the processes that have something to tell us. */
4278#if (defined WINDOWSNT \ 4278#if (defined WINDOWSNT \
4279 || (defined USG && !defined LINUX \ 4279 || (defined USG && !defined GNU_LINUX \
4280 && !(defined HPUX && defined WNOHANG))) 4280 && !(defined HPUX && defined WNOHANG)))
4281#if defined (USG) && ! defined (POSIX_SIGNALS) 4281#if defined (USG) && ! defined (POSIX_SIGNALS)
4282 signal (signo, sigchld_handler); 4282 signal (signo, sigchld_handler);