mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
elf/dl-exception.c: Include <_itoa.h> for _itoa prototype
Tested with build-many-glibcs.py. * elf/dl-exception.c: Include <_itoa.h>.
This commit is contained in:
parent
c6a5bdc189
commit
ce7387cc25
@ -1,3 +1,7 @@
|
||||
2018-11-29 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elf/dl-exception.c: Include <_itoa.h>.
|
||||
|
||||
2018-11-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
|
||||
* sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Directly return value
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <_itoa.h>
|
||||
|
||||
/* This message we return as a last resort. We define the string in a
|
||||
variable since we have to avoid freeing it and so have to enable
|
||||
|
Loading…
Reference in New Issue
Block a user