diff options
| author | Yuuki Harano | 2021-02-20 18:00:36 +0900 |
|---|---|---|
| committer | Yuuki Harano | 2021-02-20 18:00:36 +0900 |
| commit | be2e47362b0f933dbc8e300e3d168296b7e2aac4 (patch) | |
| tree | 3b14e2e66d33566b81cb1d6e8bb04551d95dd2b9 /src/process.c | |
| parent | 949d3e50ec4ea7723bf14b93b66ad0b72f96f163 (diff) | |
| parent | c85c8e7d42ae2a5fc95fa7b14257389d8383b34d (diff) | |
| download | emacs-be2e47362b0f933dbc8e300e3d168296b7e2aac4.tar.gz emacs-be2e47362b0f933dbc8e300e3d168296b7e2aac4.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
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 |