mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* stdio-common/reg-printf.c: Include <stdlib.h>.
This commit is contained in:
parent
fc633b17ce
commit
379c9e03af
@ -1,3 +1,7 @@
|
|||||||
|
2002-11-02 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* stdio-common/reg-printf.c: Include <stdlib.h>.
|
||||||
|
|
||||||
2002-11-02 H.J. Lu <hjl@gnu.org>
|
2002-11-02 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/mips/syscalls.list (s_execve): Set
|
* sysdeps/unix/sysv/linux/mips/syscalls.list (s_execve): Set
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <printf.h>
|
#include <printf.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
/* Array of functions indexed by format character. */
|
/* Array of functions indexed by format character. */
|
||||||
libc_freeres_ptr (printf_arginfo_function **__printf_arginfo_table)
|
libc_freeres_ptr (printf_arginfo_function **__printf_arginfo_table)
|
||||||
|
Loading…
Reference in New Issue
Block a user