From 2edb83b59383b4befdfd73b319388a2edface8e2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 16 Jul 2005 04:01:17 +0000 Subject: make sure the stat64 struct is packed to prevent further ABI headaches as done in mainline 2.6 --- libc/sysdeps/linux/arm/bits/kernel_stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/arm/bits/kernel_stat.h b/libc/sysdeps/linux/arm/bits/kernel_stat.h index 3cd9bd8dc..732076a03 100644 --- a/libc/sysdeps/linux/arm/bits/kernel_stat.h +++ b/libc/sysdeps/linux/arm/bits/kernel_stat.h @@ -82,6 +82,6 @@ struct kernel_stat64 { unsigned long st_ctime; unsigned long st_ctime_nsec; unsigned long long st_ino; -}; +} __attribute__((packed)); #endif /* _BITS_STAT_STRUCT_H */ -- cgit v1.2.3