mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
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.
This commit is contained in:
parent
1a5cb6c7d5
commit
43ef687581
@ -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):
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user