diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/libbb.h b/include/libbb.h index 8fc2dbbc8..48239798b 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -414,12 +414,6 @@ int is_in_ino_dev_hashtable(const struct stat *statbuf, char **name); | |||
414 | void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name); | 414 | void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name); |
415 | void reset_ino_dev_hashtable(void); | 415 | void reset_ino_dev_hashtable(void); |
416 | 416 | ||
417 | /* Stupid gcc always includes its own builtin strlen()... */ | ||
418 | extern size_t bb_strlen(const char *string); | ||
419 | #ifndef BB_STRLEN_IMPLEMENTATION | ||
420 | #define strlen(x) bb_strlen(x) | ||
421 | #endif | ||
422 | |||
423 | char *bb_xasprintf(const char *format, ...) __attribute__ ((format (printf, 1, 2))); | 417 | char *bb_xasprintf(const char *format, ...) __attribute__ ((format (printf, 1, 2))); |
424 | 418 | ||
425 | #define FAIL_DELAY 3 | 419 | #define FAIL_DELAY 3 |