aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-18 23:05:23 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-18 23:05:23 +0000
commit310f95183a026af2d7854f830b185116aa770852 (patch)
tree9751c39191ff0e39e277afe15f66e4682073bd9d /ChangeLog
parente62ee1e44e4d60562ba2b7d7a2ff0556c46df2b2 (diff)
downloadglibc-310f95183a026af2d7854f830b185116aa770852.tar
glibc-310f95183a026af2d7854f830b185116aa770852.tar.gz
glibc-310f95183a026af2d7854f830b185116aa770852.tar.bz2
glibc-310f95183a026af2d7854f830b185116aa770852.zip
Update.
* libio/fileops.c (_IO_file_xsgetn): Allocate buffer if none is allocated so far. [PR libc/1261].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb67f1d58a..caa5a5a47a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1999-08-18 Ulrich Drepper <drepper@cygnus.com>
+ * libio/fileops.c (_IO_file_xsgetn): Allocate buffer if none is
+ allocated so far. [PR libc/1261].
+
* math/libm-test.c (j0_test): Adjust deltas for m68k.
(jn_test): Likewise.