From: Mike Frysinger Date: Wed, 22 Jul 2015 02:42:37 +0000 (-0400) Subject: ia64: stat.h: rename pad0 to __glibc_reserved0 X-Git-Tag: glibc-2.22~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43ef68758126e7835ba40ce1cf09bc62f2d9ad51;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index 1addad66295..991cb880c69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-07-22 Mike Frysinger + + * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat): Rename + pad0 to __glibc_reserved0. + (struct stat64): Likewise. + 2015-07-22 Mike Frysinger * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction): diff --git a/sysdeps/unix/sysv/linux/ia64/bits/stat.h b/sysdeps/unix/sysv/linux/ia64/bits/stat.h index ed796767c4f..929cc848729 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