]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
elf/dl-exception.c: Include <_itoa.h> for _itoa prototype
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 30 Nov 2018 04:03:46 +0000 (20:03 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 30 Nov 2018 04:03:46 +0000 (20:03 -0800)
Tested with build-many-glibcs.py.

* elf/dl-exception.c: Include <_itoa.h>.

ChangeLog
elf/dl-exception.c

index f7c43277a20576f16fc20f9f965e7f24e1fe2b67..f912f8c58ca6062016ee6e46abf668d1da0b8b1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 1e41d89a7db526830508d9a1b95ef1b450bf7ac7..3e8e0ba3f1442005608dcf040999431c7d5a3a5f 100644 (file)
@@ -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