1
0
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:
Ondřej Bílka
2013-11-26 12:29:20 +01:00
parent 246b27983b
commit d1d9eaf478
86 changed files with 385 additions and 294 deletions

View File

@ -56,6 +56,6 @@ struct ipc_perm
unsigned short int __pad1;
#endif
unsigned short int __seq; /* Sequence number. */
__extension__ unsigned long long int __unused1;
__extension__ unsigned long long int __unused2;
__extension__ unsigned long long int __glibc_reserved1;
__extension__ unsigned long long int __glibc_reserved2;
};