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