about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/ia64
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-07-21 22:42:37 -0400
committerMike Frysinger <vapier@gentoo.org>2015-07-21 22:43:21 -0400
commit43ef68758126e7835ba40ce1cf09bc62f2d9ad51 (patch)
tree3275c287b1817ef0603d217c863131be9ca866cb /sysdeps/unix/sysv/linux/ia64
parent1a5cb6c7d59d55fa8b50f0af27ad5091afc760d8 (diff)
downloadglibc-43ef68758126e7835ba40ce1cf09bc62f2d9ad51.tar.gz
glibc-43ef68758126e7835ba40ce1cf09bc62f2d9ad51.tar.xz
glibc-43ef68758126e7835ba40ce1cf09bc62f2d9ad51.zip
ia64: stat.h: rename pad0 to __glibc_reserved0
This fixes the conform test for the stat.h header and makes it match
all the other arches.
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64')
-rw-r--r--sysdeps/unix/sysv/linux/ia64/bits/stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/bits/stat.h b/sysdeps/unix/sysv/linux/ia64/bits/stat.h
index ed796767c4..929cc84872 100644
--- a/sysdeps/unix/sysv/linux/ia64/bits/stat.h
+++ b/sysdeps/unix/sysv/linux/ia64/bits/stat.h
@@ -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