summaryrefslogtreecommitdiff
path: root/sysdeps/mips/mips64/n32/_itoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mips/mips64/n32/_itoa.h')
-rw-r--r--sysdeps/mips/mips64/n32/_itoa.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/mips/mips64/n32/_itoa.h b/sysdeps/mips/mips64/n32/_itoa.h
new file mode 100644
index 0000000000..363cdfe9ac
--- /dev/null
+++ b/sysdeps/mips/mips64/n32/_itoa.h
@@ -0,0 +1,4 @@
+/* MIPS n32 uses 64-bit _itoa_word and _itoa is mapped to _itoa_word. */
+#define _ITOA_NEEDED 0
+#define _ITOA_WORD_TYPE unsigned long long int
+#include_next <_itoa.h>