aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.12
diff options
context:
space:
mode:
authorPaul Eggert2016-04-10 23:54:33 -0700
committerPaul Eggert2016-04-10 23:55:05 -0700
commit488a72f8e390d5da37da3bb7792e1d6ca5079b07 (patch)
tree377fd0fe7f18ac7f294aeecda98207ac4c5518d8 /src/ChangeLog.12
parent9b1aab91fc479be9a923af1874801eadc1c19b20 (diff)
downloademacs-488a72f8e390d5da37da3bb7792e1d6ca5079b07.tar.gz
emacs-488a72f8e390d5da37da3bb7792e1d6ca5079b07.zip
; Spelling fixes
Diffstat (limited to 'src/ChangeLog.12')
-rw-r--r--src/ChangeLog.122
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.