diff 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
line wrap: on
line diff
--- a/src/process.c	Mon Aug 13 10:10:03 2007 +0200
+++ b/src/process.c	Mon Aug 13 10:10:54 2007 +0200
@@ -2360,7 +2360,9 @@
 #else
   sigchld_happened++;
 #endif
+#ifdef HAVE_UNIXOID_EVENT_LOOP
   signal_fake_event ();
+#endif
   /* WARNING - must come after wait3() for USG systems */
   EMACS_REESTABLISH_SIGNAL (signo, sigchld_handler);
   SIGRETURN;