diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | sysdeps/x86_64/x32/_itoa.h | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -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> |