aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-11 22:20:20 +0000
committerRichard M. Stallman2001-12-11 22:20:20 +0000
commit8a2a6032daa218702d62b8d1e12240bda4bfb302 (patch)
tree2448a3b540110767589fd9963d56b9e666be1d34 /src/process.c
parent8db5530aa05f20f511a0cf2373fd838004be80be (diff)
downloademacs-8a2a6032daa218702d62b8d1e12240bda4bfb302.tar.gz
emacs-8a2a6032daa218702d62b8d1e12240bda4bfb302.zip
Test GNU_LINUX, not LINUX.
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);