aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index f12800f53..5e5c8c7e8 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -333,6 +333,7 @@ enum { /* DO NOT CHANGE THESE VALUES! cp.c, mv.c, install.c depend on them. */
333 FILEUTILS_PRESERVE_SECURITY_CONTEXT = 1 << 9, /* -c */ 333 FILEUTILS_PRESERVE_SECURITY_CONTEXT = 1 << 9, /* -c */
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}; 337};
337#define FILEUTILS_CP_OPTSTR "pdRfilsLH" IF_SELINUX("c") 338#define FILEUTILS_CP_OPTSTR "pdRfilsLH" IF_SELINUX("c")
338extern int remove_file(const char *path, int flags) FAST_FUNC; 339extern int remove_file(const char *path, int flags) FAST_FUNC;