mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Use __glibc_reserved instead __unused.
This commit is contained in:
@ -91,8 +91,8 @@ struct stat
|
||||
__time_t st_ctime; /* Time of last status change. */
|
||||
unsigned long int st_ctimensec; /* Nsecs of last status change. */
|
||||
# endif
|
||||
unsigned long int __unused4;
|
||||
unsigned long int __unused5;
|
||||
unsigned long int __glibc_reserved4;
|
||||
unsigned long int __glibc_reserved5;
|
||||
};
|
||||
|
||||
|
||||
@ -131,8 +131,8 @@ struct stat64
|
||||
__time_t st_ctime; /* Time of last status change. */
|
||||
unsigned long int st_ctimensec; /* Nsecs of last status change. */
|
||||
# endif
|
||||
unsigned long int __unused4;
|
||||
unsigned long int __unused5;
|
||||
unsigned long int __glibc_reserved4;
|
||||
unsigned long int __glibc_reserved5;
|
||||
};
|
||||
# endif /* __USE_LARGEFILE64 */
|
||||
|
||||
@ -185,9 +185,9 @@ struct stat
|
||||
__time_t st_ctime; /* Time of last status change. */
|
||||
unsigned long int st_ctimensec; /* Nsecs of last status change. */
|
||||
# endif
|
||||
unsigned long int __unused4;
|
||||
unsigned long int __unused5;
|
||||
unsigned long int __unused6;
|
||||
unsigned long int __glibc_reserved4;
|
||||
unsigned long int __glibc_reserved5;
|
||||
unsigned long int __glibc_reserved6;
|
||||
};
|
||||
|
||||
# ifdef __USE_LARGEFILE64
|
||||
@ -225,9 +225,9 @@ struct stat64
|
||||
__time_t st_ctime; /* Time of last status change. */
|
||||
unsigned long int st_ctimensec; /* Nsecs of last status change. */
|
||||
# endif
|
||||
unsigned long int __unused4;
|
||||
unsigned long int __unused5;
|
||||
unsigned long int __unused6;
|
||||
unsigned long int __glibc_reserved4;
|
||||
unsigned long int __glibc_reserved5;
|
||||
unsigned long int __glibc_reserved6;
|
||||
};
|
||||
# endif /* __USE_LARGEFILE64 */
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user