Mercurial > emacs
diff src/sysdep.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 | 1886c6a31a52 |
| children | 64341c22fb4c |
line wrap: on
line diff
--- a/src/sysdep.c Tue Dec 11 22:13:11 2001 +0000 +++ b/src/sysdep.c Tue Dec 11 22:20:20 2001 +0000 @@ -245,7 +245,7 @@ #else #if defined (HAVE_LIBNCURSES) && ! defined (NCURSES_OSPEED_T) #else -#if defined (HAVE_TERMIOS_H) && defined (LINUX) +#if defined (HAVE_TERMIOS_H) && defined (GNU_LINUX) #include <termios.h> #endif #endif @@ -476,7 +476,7 @@ break; wait (0); #else /* neither BSD_SYSTEM nor UNIPLUS: random sysV */ -#ifdef POSIX_SIGNALS /* would this work for LINUX as well? */ +#ifdef POSIX_SIGNALS /* would this work for GNU/Linux as well? */ sigblock (sigmask (SIGCHLD)); errno = 0; if (kill (pid, 0) == -1 && errno == ESRCH)
