summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authordosomder <dosomder@users.noreply.github.com>2016-03-11 20:06:17 +0100
committerdosomder <dosomder@users.noreply.github.com>2016-03-11 20:06:17 +0100
commitf135ca3b7c261a1410bf5b214d4cb56de731382a (patch)
tree27e59a7929bdac3c602769a7a2c46dd7a3969aae /contrib
parent02849e4c15eecf53b45dd1570197ac8255d5988e (diff)
downloadlibarchive-f135ca3b7c261a1410bf5b214d4cb56de731382a.tar.gz
Add ST_MTIME_NSEC case to archive_entry_copy_stat
Android uses st_mtime_nsec
Diffstat (limited to 'contrib')
-rw-r--r--contrib/android/config/android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/android/config/android.h b/contrib/android/config/android.h
index 5d2abaa8..d795067a 100644
--- a/contrib/android/config/android.h
+++ b/contrib/android/config/android.h
@@ -126,7 +126,7 @@
#define HAVE_STRING_H 1
#define HAVE_STRRCHR 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
-#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+#define HAVE_STRUCT_STAT_ST_MTIME_NSEC 1
#define HAVE_STRUCT_TM_TM_GMTOFF 1
#define HAVE_SYMLINK 1
#define HAVE_SYS_CDEFS_H 1