diff options
| author | Andrea Corallo | 2021-02-21 22:08:01 +0100 |
|---|---|---|
| committer | Andrea Corallo | 2021-02-21 22:08:01 +0100 |
| commit | cf1e8e792f60949e09e3ad4c53fb61b0b7628229 (patch) | |
| tree | 35080229c9e3b46e5db14a2f051c001ab8c6e586 /src/process.c | |
| parent | 39792cf62987ecc1a772f6a2027d6b32c70e8312 (diff) | |
| parent | d0c47652e527397cae96444c881bf60455c763c1 (diff) | |
| download | emacs-cf1e8e792f60949e09e3ad4c53fb61b0b7628229.tar.gz emacs-cf1e8e792f60949e09e3ad4c53fb61b0b7628229.zip | |
Merge remote-tracking branch 'savannah/master' into HEAD
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 |