From b09c39cd76881c0fe1336b34594ef80f1119f54a Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 24 Jun 2006 23:21:00 +0000 Subject: Update ARM EABI kernel interface due to layout and size of struct stat64. --- libc/sysdeps/linux/arm/bits/kernel_stat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/sysdeps/linux/arm') 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 */ -- cgit v1.2.3