(pthread_cond_t): Rename __data.__clock to __data.__nwaiters, make it

unsigned int.
This commit is contained in:
Ulrich Drepper 2004-09-02 18:51:31 +00:00
parent c80ce440fb
commit 19eca5d62f

View file

@ -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];