From 0ebdd0e14d638c32cfc62d8dd959ccea9e25bfd2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 10 Feb 2006 02:26:45 +0000 Subject: sync with glibc, should fix the swap* segfaults in ltp --- libc/sysdeps/linux/common/bits/statfs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/common/bits/statfs.h b/libc/sysdeps/linux/common/bits/statfs.h index e115c4d75..0e27865e8 100644 --- a/libc/sysdeps/linux/common/bits/statfs.h +++ b/libc/sysdeps/linux/common/bits/statfs.h @@ -41,6 +41,7 @@ struct statfs #endif __fsid_t f_fsid; __SWORD_TYPE f_namelen; + __SWORD_TYPE f_frsize; __SWORD_TYPE f_spare[5]; }; @@ -56,9 +57,11 @@ struct statfs64 __fsfilcnt64_t f_ffree; __fsid_t f_fsid; __SWORD_TYPE f_namelen; + __SWORD_TYPE f_frsize; __SWORD_TYPE f_spare[5]; }; #endif /* Tell code we have these members. */ #define _STATFS_F_NAMELEN +#define _STATFS_F_FRSIZE -- cgit v1.2.3