mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 03:10:09 +00:00
Update.
* libio/freopen.c: Include <stdlib.h> for free declaration. * libio/freopen64.c: Likewise.
This commit is contained in:
parent
9f2bedd02f
commit
1a35b7fd42
@ -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>
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#include "libioP.h"
|
||||
#include "stdio.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <shlib-compat.h>
|
||||
#include <fd_to_filename.h>
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#include "libioP.h"
|
||||
#include "stdio.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <fd_to_filename.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user