mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Use __extension__ with long long in installed headers.
This commit is contained in:
@ -56,6 +56,6 @@ struct ipc_perm
|
||||
unsigned short int __pad1;
|
||||
#endif
|
||||
unsigned short int __seq; /* Sequence number. */
|
||||
unsigned long long int __unused1;
|
||||
unsigned long long int __unused2;
|
||||
__extension__ unsigned long long int __unused1;
|
||||
__extension__ unsigned long long int __unused2;
|
||||
};
|
||||
|
Reference in New Issue
Block a user