aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/stat.h')
-rw-r--r--include/asm-arm/stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/stat.h b/include/asm-arm/stat.h
index ca8e7a8436d..ec4e2c2e3b4 100644
--- a/include/asm-arm/stat.h
+++ b/include/asm-arm/stat.h
@@ -89,6 +89,6 @@ struct stat64 {
unsigned long st_ctime_nsec;
unsigned long long st_ino;
-};
+} __attribute__((packed));
#endif