summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-01-17 10:00:23 +0000
committerRoland McGrath <roland@gnu.org>1996-01-17 10:00:23 +0000
commitb6e9b25ba8590f942fe4b485de57093c2c242211 (patch)
treef875c42f00f3e156f47852a41f7760a8b8513eef /ChangeLog
parentb8aec9fa1ae9786d8e241e628efaa71d436516af (diff)
* sysdeps/unix/seekdir.c: Don't modify POS before seeking.cvs/libc-960117
* sysdeps/unix/telldir.c: Fix position calculation to account for buffered data properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 769fa1636d..eedcc2b834 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
Tue Jan 16 17:37:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+ * sysdeps/unix/seekdir.c: Don't modify POS before seeking.
+ * sysdeps/unix/telldir.c: Fix position calculation to account for
+ buffered data properly.
+
* sysdeps/m68k/Makefile (crypt): Don't define if building a shared
library.