mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
(pthread_cond_t): Rename __data.__clock to __data.__nwaiters, make it
unsigned int.
This commit is contained in:
parent
c80ce440fb
commit
19eca5d62f
@ -81,7 +81,7 @@ typedef union
|
||||
unsigned long long int __wakeup_seq;
|
||||
unsigned long long int __woken_seq;
|
||||
void *__mutex;
|
||||
int __clock;
|
||||
unsigned int __nwaiters;
|
||||
unsigned int __broadcast_seq;
|
||||
} __data;
|
||||
char __size[__SIZEOF_PTHREAD_COND_T];
|
||||
|
Loading…
Reference in New Issue
Block a user