diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.12 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12 index 3045ecdca92..b2df482ba77 100644 --- a/src/ChangeLog.12 +++ b/src/ChangeLog.12 | |||
| @@ -2895,7 +2895,7 @@ | |||
| 2895 | (wait_reading_process_output, init_process_emacs): | 2895 | (wait_reading_process_output, init_process_emacs): |
| 2896 | Assume O_NONBLOCK. | 2896 | Assume O_NONBLOCK. |
| 2897 | (wait_reading_process_output): Put in a special case for WINDOWSNT | 2897 | (wait_reading_process_output): Put in a special case for WINDOWSNT |
| 2898 | to mimick the older behavior where it had O_NDELAY but not O_NONBLOCK. | 2898 | to mimic the older behavior where it had O_NDELAY but not O_NONBLOCK. |
| 2899 | It's not clear this is needed, but it's a more-conservative change. | 2899 | It's not clear this is needed, but it's a more-conservative change. |
| 2900 | (create_process): Assume FD_CLOEXEC. | 2900 | (create_process): Assume FD_CLOEXEC. |
| 2901 | (create_process, create_pty): Assume O_NOCTTY. | 2901 | (create_process, create_pty): Assume O_NOCTTY. |