about summary refs log tree commit diff
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
parent7cd195df6204a8575b3b1d303affb9aa5756a828 (diff)
downloadglibc-610b86225e8d8ebd1400b4c083a04b624b4417b1.tar.gz
glibc-610b86225e8d8ebd1400b4c083a04b624b4417b1.tar.xz
glibc-610b86225e8d8ebd1400b4c083a04b624b4417b1.zip
Add sysdeps/x86_64/x32/_itoa.h
-rw-r--r--ChangeLog2
-rw-r--r--sysdeps/x86_64/x32/_itoa.h3
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15a012f764..50bc0355b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/x86_64/x32/_itoa.h: New file.
+
 	* sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
 	getdents system call only if kernel and user dirents have the
 	same d_ino and d_off.
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>