diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-12 18:44:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-12 18:44:29 +0000 |
commit | 6aebe7340d0ca3137949c790f84dd4b542a1c1a2 (patch) | |
tree | 22db9ddb50488d1bdf79b2591d990e157f7d0413 | |
parent | 0bb2ac85a6abdb035b9fb5daa66b6f8df1957e8b (diff) | |
download | glibc-6aebe7340d0ca3137949c790f84dd4b542a1c1a2.tar.gz glibc-6aebe7340d0ca3137949c790f84dd4b542a1c1a2.tar.xz glibc-6aebe7340d0ca3137949c790f84dd4b542a1c1a2.zip |
(pthread_cond_t): Add padding.
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h b/nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h index 5bb1753cdc..67ef324831 100644 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h +++ b/nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h @@ -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; |