diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-17 10:00:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-17 10:00:23 +0000 |
commit | b6e9b25ba8590f942fe4b485de57093c2c242211 (patch) | |
tree | f875c42f00f3e156f47852a41f7760a8b8513eef /ChangeLog | |
parent | b8aec9fa1ae9786d8e241e628efaa71d436516af (diff) | |
download | glibc-b6e9b25ba8590f942fe4b485de57093c2c242211.tar.gz glibc-b6e9b25ba8590f942fe4b485de57093c2c242211.tar.xz glibc-b6e9b25ba8590f942fe4b485de57093c2c242211.zip |
* 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-- | ChangeLog | 4 |
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. |