From 6aebe7340d0ca3137949c790f84dd4b542a1c1a2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 12 Mar 2003 18:44:29 +0000 Subject: [PATCH] (pthread_cond_t): Add padding. --- nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h | 1 + 1 file changed, 1 insertion(+) 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;