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 6727c22b2..b0312e5d4 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -442,7 +442,7 @@ void *xmmap_anon(size_t size) FAST_FUNC; | |||
442 | 442 | ||
443 | 443 | ||
444 | //TODO: supply a pointer to char[11] buffer (avoid statics)? | 444 | //TODO: supply a pointer to char[11] buffer (avoid statics)? |
445 | extern const char *bb_mode_string(mode_t mode) FAST_FUNC; | 445 | extern char *bb_mode_string(char buf[12], mode_t mode) FAST_FUNC; |
446 | extern int is_directory(const char *name, int followLinks) FAST_FUNC; | 446 | extern int is_directory(const char *name, int followLinks) FAST_FUNC; |
447 | enum { /* cp.c, mv.c, install.c depend on these values. CAREFUL when changing them! */ | 447 | enum { /* cp.c, mv.c, install.c depend on these values. CAREFUL when changing them! */ |
448 | FILEUTILS_PRESERVE_STATUS = 1 << 0, /* -p */ | 448 | FILEUTILS_PRESERVE_STATUS = 1 << 0, /* -p */ |