diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 77c4c6088..e4ccc7573 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -540,6 +540,7 @@ char *xstrdup(const char *s) FAST_FUNC; | |||
540 | char *xstrndup(const char *s, int n) FAST_FUNC; | 540 | char *xstrndup(const char *s, int n) FAST_FUNC; |
541 | void overlapping_strcpy(char *dst, const char *src) FAST_FUNC; | 541 | void overlapping_strcpy(char *dst, const char *src) FAST_FUNC; |
542 | char *safe_strncpy(char *dst, const char *src, size_t size) FAST_FUNC; | 542 | char *safe_strncpy(char *dst, const char *src, size_t size) FAST_FUNC; |
543 | char *strncpy_IFNAMSIZ(char *dst, const char *src) FAST_FUNC; | ||
543 | /* Guaranteed to NOT be a macro (smallest code). Saves nearly 2k on uclibc. | 544 | /* Guaranteed to NOT be a macro (smallest code). Saves nearly 2k on uclibc. |
544 | * But potentially slow, don't use in one-billion-times loops */ | 545 | * But potentially slow, don't use in one-billion-times loops */ |
545 | int bb_putchar(int ch) FAST_FUNC; | 546 | int bb_putchar(int ch) FAST_FUNC; |