]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 8 Jul 2001 06:18:45 +0000 (06:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 8 Jul 2001 06:18:45 +0000 (06:18 +0000)
* libio/freopen.c: Include <stdlib.h> for free declaration.
* libio/freopen64.c: Likewise.

ChangeLog
libio/freopen.c
libio/freopen64.c

index 583d12f048fb25286ea80eeb8239d445aa5a53bd..fe32a894dd13e252230918311a1bc50420061545 100644 (file)
--- 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>
index 2e142b080225530ba67834edffd339074e5c0f21..584b6e033dba469402842e541ec6756cbc83a0a5 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "libioP.h"
 #include "stdio.h"
+#include <stdlib.h>
 
 #include <shlib-compat.h>
 #include <fd_to_filename.h>
index 6ac62e44e3d4d509e5036d7541ed11e2908a429c..28cfb79df71c456c02d5f5ac3e3a1517c86baa6d 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "libioP.h"
 #include "stdio.h"
+#include <stdlib.h>
 
 #include <fd_to_filename.h>