summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/bits
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-06-24 23:21:00 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-06-24 23:21:00 +0000
commitb09c39cd76881c0fe1336b34594ef80f1119f54a (patch)
treea6d4530baa47ae5173f0bb839b6c2c35b8814344 /libc/sysdeps/linux/arm/bits
parent42b9d60ac9301953a82dcf43fee153f143c873a7 (diff)
Update ARM EABI kernel interface due to layout and size of struct stat64.
Diffstat (limited to 'libc/sysdeps/linux/arm/bits')
-rw-r--r--libc/sysdeps/linux/arm/bits/kernel_stat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/arm/bits/kernel_stat.h b/libc/sysdeps/linux/arm/bits/kernel_stat.h
index fce8a4209..b58b28e30 100644
--- a/libc/sysdeps/linux/arm/bits/kernel_stat.h
+++ b/libc/sysdeps/linux/arm/bits/kernel_stat.h
@@ -68,6 +68,10 @@ struct kernel_stat64 {
unsigned long st_ctime;
unsigned long st_ctime_nsec;
unsigned long long st_ino;
+#ifndef __ARM_EABI__
} __attribute__((packed));
+#else
+};
+#endif
#endif /* _BITS_STAT_STRUCT_H */