diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libbb.h b/include/libbb.h index 0a333dca8..90fdd1178 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1010,9 +1010,6 @@ char *safe_gethostname(void) FAST_FUNC; | |||
1010 | char* str_tolower(char *str) FAST_FUNC; | 1010 | char* str_tolower(char *str) FAST_FUNC; |
1011 | 1011 | ||
1012 | char *utoa(unsigned n) FAST_FUNC; | 1012 | char *utoa(unsigned n) FAST_FUNC; |
1013 | #if ENABLE_PLATFORM_MINGW32 | ||
1014 | # define itoa bb_itoa | ||
1015 | #endif | ||
1016 | char *itoa(int n) FAST_FUNC; | 1013 | char *itoa(int n) FAST_FUNC; |
1017 | /* Returns a pointer past the formatted number, does NOT null-terminate */ | 1014 | /* Returns a pointer past the formatted number, does NOT null-terminate */ |
1018 | char *utoa_to_buf(unsigned n, char *buf, unsigned buflen) FAST_FUNC; | 1015 | char *utoa_to_buf(unsigned n, char *buf, unsigned buflen) FAST_FUNC; |