]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(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 1bb29681200900f29c3ec590455f4e7b559679a9..62c853cee9beaecb34e0b433bfa9c5510f2fcd15 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];