mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
Add sysdeps/x86_64/x32/_itoa.h
This commit is contained in:
parent
7cd195df62
commit
610b86225e
@ -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.
|
||||
|
3
sysdeps/x86_64/x32/_itoa.h
Normal file
3
sysdeps/x86_64/x32/_itoa.h
Normal file
@ -0,0 +1,3 @@
|
||||
#define _ITOA_NEEDED 0
|
||||
#define _ITOA_WORD_TYPE unsigned long long int
|
||||
#include_next <_itoa.h>
|
Loading…
Reference in New Issue
Block a user