]> sourceware.org Git - glibc.git/commitdiff
(pthread_cond_t): Add padding.
authorUlrich Drepper <drepper@redhat.com>
Wed, 12 Mar 2003 18:44:29 +0000 (18:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 12 Mar 2003 18:44:29 +0000 (18:44 +0000)
nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h

index 5bb1753cdcb118b1022033eaf688a0c976bdea71..67ef324831f741eaefc637b3dce60617201ceb1c 100644 (file)
@@ -74,6 +74,7 @@ typedef union
   struct
   {
     int __lock;
+    int __unused;
     unsigned long long int __total_seq;
     unsigned long long int __wakeup_seq;
     unsigned long long int __woken_seq;
This page took 0.049018 seconds and 5 git commands to generate.