From: H.J. Lu Date: Fri, 30 Nov 2018 04:03:46 +0000 (-0800) Subject: elf/dl-exception.c: Include <_itoa.h> for _itoa prototype X-Git-Tag: glibc-2.29~260 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7387cc250a408d3fbb7a6fff7ad4d977166b00;p=thirdparty%2Fglibc.git elf/dl-exception.c: Include <_itoa.h> for _itoa prototype Tested with build-many-glibcs.py. * elf/dl-exception.c: Include <_itoa.h>. --- diff --git a/ChangeLog b/ChangeLog index f7c43277a20..f912f8c58ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-11-29 H.J. Lu + + * elf/dl-exception.c: Include <_itoa.h>. + 2018-11-30 Samuel Thibault * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Directly return value diff --git a/elf/dl-exception.c b/elf/dl-exception.c index 1e41d89a7db..3e8e0ba3f14 100644 --- a/elf/dl-exception.c +++ b/elf/dl-exception.c @@ -23,6 +23,7 @@ #include #include #include +#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