about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2015-10-10 09:26:54 -0700
committerPaul Pluzhnikov <ppluzhnikov@google.com>2015-10-10 09:26:54 -0700
commit14cfc78089e4839598f9e8116268704eb35a2970 (patch)
treef1de1165195a793126af2fdf87862b626d4a3fd3
parentbbffc56aa5f1394c81384b9e51c93f00ffc553fe (diff)
downloadglibc-14cfc78089e4839598f9e8116268704eb35a2970.tar.gz
glibc-14cfc78089e4839598f9e8116268704eb35a2970.tar.xz
glibc-14cfc78089e4839598f9e8116268704eb35a2970.zip
For b/22641205, #include _itoa.h
-rw-r--r--README.google5
-rw-r--r--elf/dl-load.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/README.google b/README.google
index 832b2f6c41..a6550c99b9 100644
--- a/README.google
+++ b/README.google
@@ -498,3 +498,8 @@ nss/tst-nss-getpwent.c
 elf/dl-load.c
   For b/20141439, don't add "foo.so" as alternate name for already loaded foo.so/@0x<offset>
   (ppluzhnikov, google-local)
+
+elf/dl-load.c
+  For b/22641205, #include _itoa.h
+  (ppluzhnikov, google-local)
+
diff --git a/elf/dl-load.c b/elf/dl-load.c
index 1b3e259281..9ee5c9cf51 100644
--- a/elf/dl-load.c
+++ b/elf/dl-load.c
@@ -38,6 +38,7 @@
 #include <stap-probe.h>
 
 #include <dl-dst.h>
+#include <_itoa.h>
 
 /* On some systems, no flag bits are given to specify file mapping.  */
 #ifndef MAP_FILE