summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>