aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index bc9b7b06d..22d2a5b20 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -314,7 +314,7 @@ extern char *strrstr(const char *haystack, const char *needle) FAST_FUNC;
314 314
315//TODO: supply a pointer to char[11] buffer (avoid statics)? 315//TODO: supply a pointer to char[11] buffer (avoid statics)?
316extern const char *bb_mode_string(mode_t mode) FAST_FUNC; 316extern const char *bb_mode_string(mode_t mode) FAST_FUNC;
317extern int is_directory(const char *name, int followLinks, struct stat *statBuf) FAST_FUNC; 317extern int is_directory(const char *name, int followLinks) FAST_FUNC;
318enum { /* DO NOT CHANGE THESE VALUES! cp.c, mv.c, install.c depend on them. */ 318enum { /* DO NOT CHANGE THESE VALUES! cp.c, mv.c, install.c depend on them. */
319 FILEUTILS_PRESERVE_STATUS = 1 << 0, /* -p */ 319 FILEUTILS_PRESERVE_STATUS = 1 << 0, /* -p */
320 FILEUTILS_DEREFERENCE = 1 << 1, /* !-d */ 320 FILEUTILS_DEREFERENCE = 1 << 1, /* !-d */