elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static
[glibc.git] / sysdeps / x86_64 / x32 / _itoa.h
blob0f9ed4772684dc4ebe96db70a8c7f715e817e81f
1 /* X32 uses 64-bit _itoa_word and _itoa is mapped to _itoa_word. */
2 #define _ITOA_NEEDED 0
3 #define _ITOA_WORD_TYPE unsigned long long int
4 #include_next <_itoa.h>