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, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index afdee38c4..a1a0dc18c 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -334,6 +334,8 @@ enum { /* DO NOT CHANGE THESE VALUES! cp.c, mv.c, install.c depend on them. */
334 FILEUTILS_SET_SECURITY_CONTEXT = 1 << 10, 334 FILEUTILS_SET_SECURITY_CONTEXT = 1 << 10,
335#endif 335#endif
336 FILEUTILS_IGNORE_CHMOD_ERR = 1 << 11, 336 FILEUTILS_IGNORE_CHMOD_ERR = 1 << 11,
337 /* -v */
338 FILEUTILS_VERBOSE = (1 << 12) * ENABLE_FEATURE_VERBOSE,
337}; 339};
338#define FILEUTILS_CP_OPTSTR "pdRfilsLH" IF_SELINUX("c") 340#define FILEUTILS_CP_OPTSTR "pdRfilsLH" IF_SELINUX("c")
339extern int remove_file(const char *path, int flags) FAST_FUNC; 341extern int remove_file(const char *path, int flags) FAST_FUNC;