diff options
| author | Eli Zaretskii | 2012-12-06 20:36:22 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-12-06 20:36:22 +0200 |
| commit | e86f51344b4bc58f8342b360eaf3d2b2ca0c470a (patch) | |
| tree | c1b23e29dcebc986d13f719d23f001a8181496b4 /src/ChangeLog | |
| parent | 5b4d7e523f901916392de12fb93b80b6f472de1d (diff) | |
| download | emacs-e86f51344b4bc58f8342b360eaf3d2b2ca0c470a.tar.gz emacs-e86f51344b4bc58f8342b360eaf3d2b2ca0c470a.zip | |
Avoid busy-waiting for child processes on Windows. (Bug#13086)
src/w32proc.c (waitpid): Avoid busy-waiting when called with WNOHANG
if the child process is still running. Instead, exit the wait
loop and return zero.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2fefef1275b..2a138bfcf65 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-12-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32proc.c (waitpid): Avoid busy-waiting when called with WNOHANG | ||
| 4 | if the child process is still running. Instead, exit the wait | ||
| 5 | loop and return zero. (Bug#13086) | ||
| 6 | |||
| 1 | 2012-12-06 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2012-12-06 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 8 | ||
| 3 | * frame.h (x_char_width, x_char_height): Remove prototypes. | 9 | * frame.h (x_char_width, x_char_height): Remove prototypes. |