]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(pthread_cond_t): Rename __data.__clock to __data.__nwaiters, make it
authorUlrich Drepper <drepper@redhat.com>
Thu, 2 Sep 2004 18:51:31 +0000 (18:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 2 Sep 2004 18:51:31 +0000 (18:51 +0000)
unsigned int.

sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h

index 62c853cee9beaecb34e0b433bfa9c5510f2fcd15..fd20d572afe0ea0fee0051dad4e1a4ae6fa9982a 100644 (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];