diff options
| author | Eli Zaretskii | 2012-09-06 19:42:48 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-09-06 19:42:48 +0300 |
| commit | 0216c1289b6ff1aa692ab5e7e8fe3f56e760a278 (patch) | |
| tree | 053c6a4f74145b98131af20b26db62f4c1e53cec /src/ChangeLog | |
| parent | d458ef98df8da78f9f102da5f4a066df400ca8cd (diff) | |
| download | emacs-0216c1289b6ff1aa692ab5e7e8fe3f56e760a278.tar.gz emacs-0216c1289b6ff1aa692ab5e7e8fe3f56e760a278.zip | |
Fix bug #12327 with SIGCHLD handling on Windows and some other systems.
src/process.c (CAN_HANDLE_MULTIPLE_CHILDREN): Fix a typo that broke
SIGCHLD handling on systems that don't have WNOHANG.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a017ef7fdab..479fb38e60b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-09-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * process.c (CAN_HANDLE_MULTIPLE_CHILDREN): Fix a typo that broke | ||
| 4 | SIGCHLD handling on systems that don't have WNOHANG. (Bug#12327) | ||
| 5 | |||
| 1 | 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | Explicitly mark buffer_defaults and buffer_local_symbols. | 8 | Explicitly mark buffer_defaults and buffer_local_symbols. |