(pthread_cond_t): Add __data.__futex field, reshuffle __data.__clock.
authorUlrich Drepper <drepper@redhat.com>
Thu, 3 Jun 2004 15:57:42 +0000 (15:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 3 Jun 2004 15:57:42 +0000 (15:57 +0000)
sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h

index 1bb2968..62c853c 100644 (file)
@@ -76,11 +76,12 @@ typedef union
   struct
   {
     int __lock;
-    int __clock;
+    unsigned int __futex;
     unsigned long long int __total_seq;
     unsigned long long int __wakeup_seq;
     unsigned long long int __woken_seq;
     void *__mutex;
+    int __clock;
     unsigned int __broadcast_seq;
   } __data;
   char __size[__SIZEOF_PTHREAD_COND_T];