summaryrefslogtreecommitdiff
path: root/libc/ports/sysdeps/mips/mips64/n32/_itoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/ports/sysdeps/mips/mips64/n32/_itoa.h')
-rw-r--r--libc/ports/sysdeps/mips/mips64/n32/_itoa.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/ports/sysdeps/mips/mips64/n32/_itoa.h b/libc/ports/sysdeps/mips/mips64/n32/_itoa.h
new file mode 100644
index 000000000..363cdfe9a
--- /dev/null
+++ b/libc/ports/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>