]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
ia64: stat.h: rename pad0 to __glibc_reserved0
authorMike Frysinger <vapier@gentoo.org>
Wed, 22 Jul 2015 02:42:37 +0000 (22:42 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 22 Jul 2015 02:43:21 +0000 (22:43 -0400)
This fixes the conform test for the stat.h header and makes it match
all the other arches.

ChangeLog
sysdeps/unix/sysv/linux/ia64/bits/stat.h

index 1addad662956e5d1e0644d99729b28a1b9805485..991cb880c69ea2f30cfb6a46013d5e85f91fc4fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-07-22  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat): Rename
+       pad0 to __glibc_reserved0.
+       (struct stat64): Likewise.
+
 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
 
        * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction):
index ed796767c4f41e0c1244eb735dc84e632cbbcb98..929cc8487299624b2977a323a4c6c74bcce3a927 100644 (file)
@@ -38,7 +38,7 @@ struct stat
     __mode_t st_mode;          /* File mode.  */
     __uid_t st_uid;            /* User ID of the file's owner. */
     __gid_t st_gid;            /* Group ID of the file's group.*/
-    int pad0;
+    int __glibc_reserved0;
     __dev_t st_rdev;           /* Device number, if device.  */
     __off_t st_size;           /* Size of file, in bytes.  */
 #ifdef __USE_XOPEN2K8
@@ -77,7 +77,7 @@ struct stat64
     __mode_t st_mode;          /* File mode.  */
     __uid_t st_uid;            /* User ID of the file's owner. */
     __gid_t st_gid;            /* Group ID of the file's group.*/
-    int pad0;
+    int __glibc_reserved0;
     __dev_t st_rdev;           /* Device number, if device.  */
     __off_t st_size;           /* Size of file, in bytes.  */
 #ifdef __USE_XOPEN2K8