diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tpax/tpax.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index ec44b41..d5de59a 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -57,6 +57,7 @@ extern "C" { #define TPAX_DRIVER_PRESERVE_ATIME 0x1000000 #define TPAX_DRIVER_PRESERVE_MTIME 0x2000000 #define TPAX_DRIVER_PAX_SYMLINK_ARGS 0x4000000 +#define TPAX_DRIVER_PAX_SYMLINK_ITEMS 0x8000000 /* error flags */ #define TPAX_ERROR_TOP_LEVEL 0x0001 |