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 5ac0d20df5b..dbf8552ca74 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -8259,7 +8259,7 @@ init_process_emacs (int sockfd) | |||
| 8259 | private SIGCHLD handler, allowing catch_child_signal to copy | 8259 | private SIGCHLD handler, allowing catch_child_signal to copy |
| 8260 | it into lib_child_handler. | 8260 | it into lib_child_handler. |
| 8261 | 8261 | ||
| 8262 | Unfortunatly in glib commit 2e471acf, the behavior changed to | 8262 | Unfortunately in glib commit 2e471acf, the behavior changed to |
| 8263 | always install a signal handler when g_child_watch_source_new | 8263 | always install a signal handler when g_child_watch_source_new |
| 8264 | is called and not just the first time it's called. Glib also | 8264 | is called and not just the first time it's called. Glib also |
| 8265 | now resets signal handlers to SIG_DFL when it no longer has a | 8265 | now resets signal handlers to SIG_DFL when it no longer has a |