/[emacs]/emacs/src/sysdep.c
ViewVC logotype

Diff of /emacs/src/sysdep.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.227 by rms, Mon Nov 19 14:47:58 2001 UTC revision 1.228 by rms, Tue Dec 11 22:19:13 2001 UTC
# Line 245  static int baud_convert[] = Line 245  static int baud_convert[] =
245  #else  #else
246  #if defined (HAVE_LIBNCURSES) && ! defined (NCURSES_OSPEED_T)  #if defined (HAVE_LIBNCURSES) && ! defined (NCURSES_OSPEED_T)
247  #else  #else
248  #if defined (HAVE_TERMIOS_H) && defined (LINUX)  #if defined (HAVE_TERMIOS_H) && defined (GNU_LINUX)
249  #include <termios.h>  #include <termios.h>
250  #endif  #endif
251  #endif  #endif
# Line 476  wait_for_termination (pid) Line 476  wait_for_termination (pid)
476          break;          break;
477        wait (0);        wait (0);
478  #else /* neither BSD_SYSTEM nor UNIPLUS: random sysV */  #else /* neither BSD_SYSTEM nor UNIPLUS: random sysV */
479  #ifdef POSIX_SIGNALS    /* would this work for LINUX as well? */  #ifdef POSIX_SIGNALS    /* would this work for GNU/Linux as well? */
480        sigblock (sigmask (SIGCHLD));        sigblock (sigmask (SIGCHLD));
481        errno = 0;        errno = 0;
482        if (kill (pid, 0) == -1 && errno == ESRCH)        if (kill (pid, 0) == -1 && errno == ESRCH)

Legend:
Removed from v.1.227  
changed lines
  Added in v.1.228

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26