aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b8318c41949..2cb041d7317 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * mac.c (sys_read): Fixed sys_read to not call select if IO is 3 * mac.c (sys_read): Fixed sys_read to not call select if IO is
4 non-blocking 4 non-blocking
5 (sys_select): Fixed sys_select to not use a timeout larger than
6 the one given.
5 7
62002-12-10 Juanma Barranquero <lektu@terra.es> 82002-12-10 Juanma Barranquero <lektu@terra.es>
7 9