mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
(pthread_cond_t): Add padding.
This commit is contained in:
parent
0bb2ac85a6
commit
6aebe7340d
@ -74,6 +74,7 @@ typedef union
|
||||
struct
|
||||
{
|
||||
int __lock;
|
||||
int __unused;
|
||||
unsigned long long int __total_seq;
|
||||
unsigned long long int __wakeup_seq;
|
||||
unsigned long long int __woken_seq;
|
||||
|
Loading…
Reference in New Issue
Block a user