OSDN Git Service

sync with glibc, should fix the swap* segfaults in ltp
authorMike Frysinger <vapier@gentoo.org>
Fri, 10 Feb 2006 02:26:45 +0000 (02:26 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 10 Feb 2006 02:26:45 +0000 (02:26 -0000)
libc/sysdeps/linux/common/bits/statfs.h

index e115c4d..0e27865 100644 (file)
@@ -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