diff src/process.c @ 41969:e669966d496e

Test GNU_LINUX, not LINUX.
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Dec 2001 22:20:20 +0000
parents 0028402ed7d1
children 93254645e03b
line wrap: on
line diff
--- a/src/process.c	Tue Dec 11 22:13:11 2001 +0000
+++ b/src/process.c	Tue Dec 11 22:20:20 2001 +0000
@@ -4276,7 +4276,7 @@
 	 Otherwise (on systems that have WNOHANG), loop around
 	 to use up all the processes that have something to tell us.  */
 #if (defined WINDOWSNT \
-     || (defined USG && !defined LINUX \
+     || (defined USG && !defined GNU_LINUX \
          && !(defined HPUX && defined WNOHANG)))
 #if defined (USG) && ! defined (POSIX_SIGNALS)
       signal (signo, sigchld_handler);