diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index b72576f28..296417dae 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -578,7 +578,7 @@ DIR *xopendir(const char *path) FAST_FUNC; | |||
578 | DIR *warn_opendir(const char *path) FAST_FUNC; | 578 | DIR *warn_opendir(const char *path) FAST_FUNC; |
579 | 579 | ||
580 | char *xmalloc_realpath(const char *path) FAST_FUNC RETURNS_MALLOC; | 580 | char *xmalloc_realpath(const char *path) FAST_FUNC RETURNS_MALLOC; |
581 | char *xmalloc_realpath_coreutils(const char *path) FAST_FUNC RETURNS_MALLOC; | 581 | char *xmalloc_realpath_coreutils(char *path) FAST_FUNC RETURNS_MALLOC; |
582 | char *xmalloc_readlink(const char *path) FAST_FUNC RETURNS_MALLOC; | 582 | char *xmalloc_readlink(const char *path) FAST_FUNC RETURNS_MALLOC; |
583 | char *xmalloc_readlink_or_warn(const char *path) FAST_FUNC RETURNS_MALLOC; | 583 | char *xmalloc_readlink_or_warn(const char *path) FAST_FUNC RETURNS_MALLOC; |
584 | /* !RETURNS_MALLOC: it's a realloc-like function */ | 584 | /* !RETURNS_MALLOC: it's a realloc-like function */ |