summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_entry_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libarchive/archive_entry_private.h')
-rw-r--r--lib/libarchive/archive_entry_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libarchive/archive_entry_private.h b/lib/libarchive/archive_entry_private.h
index c7aa71d..4614a4f 100644
--- a/lib/libarchive/archive_entry_private.h
+++ b/lib/libarchive/archive_entry_private.h
@@ -112,6 +112,8 @@ struct archive_entry {
uint32_t aest_ctime_nsec;
int64_t aest_mtime;
uint32_t aest_mtime_nsec;
+ int64_t aest_birthtime;
+ uint32_t aest_birthtime_nsec;
gid_t aest_gid;
ino_t aest_ino;
mode_t aest_mode;
@@ -142,6 +144,7 @@ struct archive_entry {
#define AE_SET_ATIME 4
#define AE_SET_CTIME 8
#define AE_SET_MTIME 16
+#define AE_SET_BIRTHTIME 32
#define AE_SET_SIZE 64
/*
OpenPOWER on IntegriCloud