mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-05 12:40:55 +08:00
(pthread_cond_t): Add __broadcast_seq field.
This commit is contained in:
parent
524a69be2a
commit
5341b8057c
@ -81,6 +81,7 @@ typedef union
|
||||
unsigned long long int __wakeup_seq;
|
||||
unsigned long long int __woken_seq;
|
||||
void *__mutex;
|
||||
unsigned int __broadcast_seq;
|
||||
} __data;
|
||||
char __size[__SIZEOF_PTHREAD_COND_T];
|
||||
long long int __align;
|
||||
|
Loading…
Reference in New Issue
Block a user