diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 3beb9cf7146..b98bc297a3f 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -8255,7 +8255,7 @@ init_process_emacs (int sockfd) | |||
| 8255 | private SIGCHLD handler, allowing catch_child_signal to copy | 8255 | private SIGCHLD handler, allowing catch_child_signal to copy |
| 8256 | it into lib_child_handler. | 8256 | it into lib_child_handler. |
| 8257 | 8257 | ||
| 8258 | Unfortunatly in glib commit 2e471acf, the behavior changed to | 8258 | Unfortunately in glib commit 2e471acf, the behavior changed to |
| 8259 | always install a signal handler when g_child_watch_source_new | 8259 | always install a signal handler when g_child_watch_source_new |
| 8260 | is called and not just the first time it's called. Glib also | 8260 | is called and not just the first time it's called. Glib also |
| 8261 | now resets signal handlers to SIG_DFL when it no longer has a | 8261 | now resets signal handlers to SIG_DFL when it no longer has a |