diff options
| author | Richard M. Stallman | 2001-12-11 22:20:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-11 22:20:20 +0000 |
| commit | 8a2a6032daa218702d62b8d1e12240bda4bfb302 (patch) | |
| tree | 2448a3b540110767589fd9963d56b9e666be1d34 /src/process.c | |
| parent | 8db5530aa05f20f511a0cf2373fd838004be80be (diff) | |
| download | emacs-8a2a6032daa218702d62b8d1e12240bda4bfb302.tar.gz emacs-8a2a6032daa218702d62b8d1e12240bda4bfb302.zip | |
Test GNU_LINUX, not LINUX.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
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); |