emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/process.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Tue, 11 Dec 2001 17:19:29 -0500

Index: emacs/src/process.c
diff -c emacs/src/process.c:1.349 emacs/src/process.c:1.350
*** emacs/src/process.c:1.349   Fri Dec  7 00:52:35 2001
--- emacs/src/process.c Tue Dec 11 17:19:28 2001
***************
*** 4276,4282 ****
         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 HPUX && defined WNOHANG)))
  #if defined (USG) && ! defined (POSIX_SIGNALS)
        signal (signo, sigchld_handler);
--- 4276,4282 ----
         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 GNU_LINUX \
           && !(defined HPUX && defined WNOHANG)))
  #if defined (USG) && ! defined (POSIX_SIGNALS)
        signal (signo, sigchld_handler);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]