about summary refs log tree commit diff
path: root/sysdeps/x86_64
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-18 07:37:55 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-18 07:37:55 -0700
commit610b86225e8d8ebd1400b4c083a04b624b4417b1 (patch)
treecf27170604f32c3711fb2a3ce3810424edb75de5 /sysdeps/x86_64
parent7cd195df6204a8575b3b1d303affb9aa5756a828 (diff)
downloadglibc-610b86225e8d8ebd1400b4c083a04b624b4417b1.tar.gz
glibc-610b86225e8d8ebd1400b4c083a04b624b4417b1.tar.xz
glibc-610b86225e8d8ebd1400b4c083a04b624b4417b1.zip
Add sysdeps/x86_64/x32/_itoa.h
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r--sysdeps/x86_64/x32/_itoa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/x86_64/x32/_itoa.h b/sysdeps/x86_64/x32/_itoa.h
new file mode 100644
index 0000000000..f9ec802726
--- /dev/null
+++ b/sysdeps/x86_64/x32/_itoa.h
@@ -0,0 +1,3 @@
+#define _ITOA_NEEDED		0
+#define _ITOA_WORD_TYPE		unsigned long long int
+#include_next <_itoa.h>