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

Diff of /emacs/src/process.c

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

revision 1.349 by eggert, Fri Dec 7 05:52:35 2001 UTC revision 1.350 by rms, Tue Dec 11 22:19:28 2001 UTC
# Line 4276  sigchld_handler (signo) Line 4276  sigchld_handler (signo)
4276           Otherwise (on systems that have WNOHANG), loop around           Otherwise (on systems that have WNOHANG), loop around
4277           to use up all the processes that have something to tell us.  */           to use up all the processes that have something to tell us.  */
4278  #if (defined WINDOWSNT \  #if (defined WINDOWSNT \
4279       || (defined USG && !defined LINUX \       || (defined USG && !defined GNU_LINUX \
4280           && !(defined HPUX && defined WNOHANG)))           && !(defined HPUX && defined WNOHANG)))
4281  #if defined (USG) && ! defined (POSIX_SIGNALS)  #if defined (USG) && ! defined (POSIX_SIGNALS)
4282        signal (signo, sigchld_handler);        signal (signo, sigchld_handler);

Legend:
Removed from v.1.349  
changed lines
  Added in v.1.350

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