Add sysdeps/x86_64/x32/_itoa.h
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 18 May 2012 14:37:55 +0000 (07:37 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 18 May 2012 14:37:55 +0000 (07:37 -0700)
ChangeLog
sysdeps/x86_64/x32/_itoa.h [new file with mode: 0644]

index 15a012f..50bc035 100644 (file)
--- 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 (file)
index 0000000..f9ec802
--- /dev/null
@@ -0,0 +1,3 @@
+#define _ITOA_NEEDED           0
+#define _ITOA_WORD_TYPE                unsigned long long int
+#include_next <_itoa.h>