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 72d6c7dc8..794e43889 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -339,7 +339,7 @@ void xmove_fd(int, int) FAST_FUNC; | |||
339 | DIR *xopendir(const char *path) FAST_FUNC; | 339 | DIR *xopendir(const char *path) FAST_FUNC; |
340 | DIR *warn_opendir(const char *path) FAST_FUNC; | 340 | DIR *warn_opendir(const char *path) FAST_FUNC; |
341 | 341 | ||
342 | /* UNUSED: char *xmalloc_realpath(const char *path) FAST_FUNC RETURNS_MALLOC; */ | 342 | char *xmalloc_realpath(const char *path) FAST_FUNC RETURNS_MALLOC; |
343 | char *xmalloc_readlink(const char *path) FAST_FUNC RETURNS_MALLOC; | 343 | char *xmalloc_readlink(const char *path) FAST_FUNC RETURNS_MALLOC; |
344 | char *xmalloc_readlink_or_warn(const char *path) FAST_FUNC RETURNS_MALLOC; | 344 | char *xmalloc_readlink_or_warn(const char *path) FAST_FUNC RETURNS_MALLOC; |
345 | /* !RETURNS_MALLOC: it's a realloc-like function */ | 345 | /* !RETURNS_MALLOC: it's a realloc-like function */ |