From 37f51391c8888c7f84e27ec6995fda5dd3af49c3 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 6 Jun 2024 21:11:11 +0000 Subject: driver: implemented and integrated the -H (follow symlink args) cmdline option. --- include/tpax/tpax.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index 2938d92..ec44b41 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -56,6 +56,7 @@ extern "C" { #define TPAX_DRIVER_PRESERVE_ATIME 0x1000000 #define TPAX_DRIVER_PRESERVE_MTIME 0x2000000 +#define TPAX_DRIVER_PAX_SYMLINK_ARGS 0x4000000 /* error flags */ #define TPAX_ERROR_TOP_LEVEL 0x0001 -- cgit v1.2.3