Add sysdeps/x86_64/x32/_itoa.h

This commit is contained in:
H.J. Lu 2012-05-18 07:37:55 -07:00
parent 7cd195df62
commit 610b86225e
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -0,0 +1,3 @@
#define _ITOA_NEEDED 0
#define _ITOA_WORD_TYPE unsigned long long int
#include_next <_itoa.h>