diff options
author | midipix <writeonce@midipix.org> | 2024-06-06 21:52:55 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-06-07 00:58:32 +0000 |
commit | e50240012b56272abfd1ce2c873dc99e7a89631b (patch) | |
tree | aac34605a155ae24142049ec020d460e6f152ddf /include | |
parent | 8034d053d2a29f7721066ff1190aa6814a300d40 (diff) | |
download | tpax-e50240012b56272abfd1ce2c873dc99e7a89631b.tar.bz2 tpax-e50240012b56272abfd1ce2c873dc99e7a89631b.tar.xz |
driver: implemented and integrated the -L (follow symlink items) cmdline option.
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 |