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