]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
alpha: Add f_flags to struct statfs
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 1 Mar 2011 00:02:04 +0000 (10:02 +1000)
committerRichard Henderson <rth@twiddle.net>
Tue, 1 Mar 2011 00:02:04 +0000 (10:02 +1000)
ChangeLog.alpha
sysdeps/unix/sysv/linux/alpha/bits/statfs.h

index 473edac23b63db20e1e14a785aa301d9d3d82f98..b841cc22c3ceb404d438af32ce1fcb965751cc39 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
+
+       * sysdeps/unix/sysv/linux/alpha/bits/statfs.h (struct statfs,
+       struct statfs64): Add f_flags field.
+
 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
 
        * sysdeps/alpha/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
        return type correct without warning.
 
 2010-03-23  Matt Turner  <mattst88@gmail.com>
-            Aurelien Jarno  <aurelien@aurel32.net>
+           Aurelien Jarno  <aurelien@aurel32.net>
 
        * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
 
 2009-07-13  Aurelien Jarno  <aurelien@aurel32.net>
 
        [BZ #10158]
-        * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
-        Change parameters and use next_line.
+       * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
+       Change parameters and use next_line.
 
        [BZ #10160]
        * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
index d838e6bf4a2ef35caf4684d19ca78d498bd2f172..157591d2ea9d2a1f88b19b6f83d02836592c57ac 100644 (file)
@@ -42,7 +42,8 @@ struct statfs
     __fsid_t f_fsid;
     int f_namelen;
     int f_frsize;
-    int f_spare[5];
+    int f_flags;
+    int f_spare[4];
   };
 
 #ifdef __USE_LARGEFILE64
@@ -58,7 +59,8 @@ struct statfs64
     __fsid_t f_fsid;
     int f_namelen;
     int f_frsize;
-    int f_spare[5];
+    int f_flags;
+    int f_spare[4];
   };
 #endif