Mercurial > hg > xemacs-beta
comparison src/process.c @ 223:2c611d1463a6 r20-4b10
Import from CVS: tag r20-4b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:54 +0200 |
parents | d44af0c54775 |
children | 52952cbfc5b5 |
comparison
equal
deleted
inserted
replaced
222:aae4c8b01452 | 223:2c611d1463a6 |
---|---|
2358 record_exited_processes (0); | 2358 record_exited_processes (0); |
2359 errno = old_errno; | 2359 errno = old_errno; |
2360 #else | 2360 #else |
2361 sigchld_happened++; | 2361 sigchld_happened++; |
2362 #endif | 2362 #endif |
2363 #ifdef HAVE_UNIXOID_EVENT_LOOP | |
2363 signal_fake_event (); | 2364 signal_fake_event (); |
2365 #endif | |
2364 /* WARNING - must come after wait3() for USG systems */ | 2366 /* WARNING - must come after wait3() for USG systems */ |
2365 EMACS_REESTABLISH_SIGNAL (signo, sigchld_handler); | 2367 EMACS_REESTABLISH_SIGNAL (signo, sigchld_handler); |
2366 SIGRETURN; | 2368 SIGRETURN; |
2367 } | 2369 } |
2368 | 2370 |