(pthread_cond_t): Add __broadcast_seq field.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 May 2004 20:16:32 +0000 (20:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 May 2004 20:16:32 +0000 (20:16 +0000)
sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h

index 0fed5cc..1bb2968 100644 (file)
@@ -81,6 +81,7 @@ typedef union
     unsigned long long int __wakeup_seq;
     unsigned long long int __woken_seq;
     void *__mutex;
+    unsigned int __broadcast_seq;
   } __data;
   char __size[__SIZEOF_PTHREAD_COND_T];
   long long int __align;