]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
For b/22641205, #include _itoa.h
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Sat, 10 Oct 2015 16:26:54 +0000 (09:26 -0700)
committerPaul Pluzhnikov <ppluzhnikov@google.com>
Sat, 10 Oct 2015 16:26:54 +0000 (09:26 -0700)
elf/dl-load.c

index 20be545401ddff120c0de70cfc1d1d74fc91d47d..a79f2f1460f9579e70fea14c0088c1e3e135dd8c 100644 (file)
@@ -46,6 +46,8 @@
 #include <dl-machine-reject-phdr.h>
 #include <dl-sysdep-open.h>
 
+/* Code below to add offset to symbol names references itoa.  */
+#include <_itoa.h>
 
 #include <endian.h>
 #if BYTE_ORDER == BIG_ENDIAN