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