aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9794c5ad4cd..b79319a70ff 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,11 +5,7 @@
5 * w32.c (emacs_gnutls_pull): Call select with one more argument. 5 * w32.c (emacs_gnutls_pull): Call select with one more argument.
6 6
7 * sysselect.h [DOS_NT]: Don't include sys/select.h. 7 * sysselect.h [DOS_NT]: Don't include sys/select.h.
8 8 (pselect) [!MS_DOS]: Redirect to sys_select.
9 * s/ms-w32.h (select, pselect): Don't define here, they are
10 defined in sysselect.h
11
12 * sysselect.h (pselect) [!HAVE_PSELECT]: Redirect to sys_select.
13 9
14 * sysdep.c: Don't include dos.h and dosfns.h. 10 * sysdep.c: Don't include dos.h and dosfns.h.
15 11