diff options
Diffstat (limited to 'include/libbb.h')
-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 a605c7f03..d4ba031df 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -485,6 +485,7 @@ DIR *xopendir(const char *path) FAST_FUNC; | |||
485 | DIR *warn_opendir(const char *path) FAST_FUNC; | 485 | DIR *warn_opendir(const char *path) FAST_FUNC; |
486 | 486 | ||
487 | char *xmalloc_realpath(const char *path) FAST_FUNC RETURNS_MALLOC; | 487 | char *xmalloc_realpath(const char *path) FAST_FUNC RETURNS_MALLOC; |
488 | char *xmalloc_realpath_coreutils(const char *path) FAST_FUNC RETURNS_MALLOC; | ||
488 | char *xmalloc_readlink(const char *path) FAST_FUNC RETURNS_MALLOC; | 489 | char *xmalloc_readlink(const char *path) FAST_FUNC RETURNS_MALLOC; |
489 | char *xmalloc_readlink_or_warn(const char *path) FAST_FUNC RETURNS_MALLOC; | 490 | char *xmalloc_readlink_or_warn(const char *path) FAST_FUNC RETURNS_MALLOC; |
490 | /* !RETURNS_MALLOC: it's a realloc-like function */ | 491 | /* !RETURNS_MALLOC: it's a realloc-like function */ |