Mercurial > hg > xemacs-beta
diff src/event-stream.c @ 80:1ce6082ce73f r20-0b90
Import from CVS: tag r20-0b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:06:37 +0200 |
parents | 54cc21c15cbb |
children | 6a378aca36af |
line wrap: on
line diff
--- a/src/event-stream.c Mon Aug 13 09:05:44 2007 +0200 +++ b/src/event-stream.c Mon Aug 13 09:06:37 2007 +0200 @@ -2791,14 +2791,12 @@ #endif ) { - /* Currently, we rely on SIGCHLD to indicate that - the process has terminated. Unfortunately, it - appears that on some systems the SIGCHLD gets - missed some of the time. So, we put in am - additional check in status_notify() to see - whether a process has terminated. We have to - tell status_notify() to enable that check, and - we do so now. */ + /* Currently, we rely on SIGCHLD to indicate that the + process has terminated. Unfortunately, on some systems + the SIGCHLD gets missed some of the time. So we put an + additional check in status_notify() to see whether a + process has terminated. We must tell status_notify() + to enable that check, and we do so now. */ kick_status_notify (); } else