aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-07-08 06:18:45 +0000
committerUlrich Drepper <drepper@redhat.com>2001-07-08 06:18:45 +0000
commit1a35b7fd42a4960fc8dfca2696ad9b644e3243bd (patch)
tree0dbfb668b053f1c84457ecdad50029c3d0159528 /ChangeLog
parent9f2bedd02f3c6df26864ede5354fc43e869f0409 (diff)
downloadglibc-1a35b7fd42a4960fc8dfca2696ad9b644e3243bd.tar
glibc-1a35b7fd42a4960fc8dfca2696ad9b644e3243bd.tar.gz
glibc-1a35b7fd42a4960fc8dfca2696ad9b644e3243bd.tar.bz2
glibc-1a35b7fd42a4960fc8dfca2696ad9b644e3243bd.zip
Update.
* libio/freopen.c: Include <stdlib.h> for free declaration. * libio/freopen64.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 583d12f048..fe32a894dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2001-07-07 Ulrich Drepper <drepper@redhat.com>
+ * libio/freopen.c: Include <stdlib.h> for free declaration.
+ * libio/freopen64.c: Likewise.
+
* sysdeps/alpha/fpu/libm-test-ulps: Add deltas for tanh(-0.7).
2001-07-06 Jakub Jelinek <jakub@redhat.com>