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 0ec332b30..01393ade2 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -387,12 +387,6 @@ int is_in_ino_dev_hashtable(const struct stat *statbuf, char **name); | |||
387 | void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name); | 387 | void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name); |
388 | void reset_ino_dev_hashtable(void); | 388 | void reset_ino_dev_hashtable(void); |
389 | 389 | ||
390 | /* Stupid gcc always includes its own builtin strlen()... */ | ||
391 | extern size_t bb_strlen(const char *string); | ||
392 | #ifndef BB_STRLEN_IMPLEMENTATION | ||
393 | #define strlen(x) bb_strlen(x) | ||
394 | #endif | ||
395 | |||
396 | char *bb_xasprintf(const char *format, ...) __attribute__ ((format (printf, 1, 2))); | 390 | char *bb_xasprintf(const char *format, ...) __attribute__ ((format (printf, 1, 2))); |
397 | 391 | ||
398 | #define FAIL_DELAY 3 | 392 | #define FAIL_DELAY 3 |