Blame sysdeps/x86_64/x32/_itoa.h

Packit 6c4009
/* X32 uses 64-bit _itoa_word and _itoa is mapped to _itoa_word.  */
Packit 6c4009
#define _ITOA_NEEDED		0
Packit 6c4009
#define _ITOA_WORD_TYPE		unsigned long long int
Packit 6c4009
#include_next <_itoa.h>