about summary refs log tree commit diff
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, 0 insertions, 4 deletions
diff --git a/sysdeps/mips/mips64/n32/_itoa.h b/sysdeps/mips/mips64/n32/_itoa.h
deleted file mode 100644
index 363cdfe9ac..0000000000
--- a/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>