(pthread_cond_t): Add padding.

This commit is contained in:
Ulrich Drepper 2003-03-12 18:44:29 +00:00
parent 0bb2ac85a6
commit 6aebe7340d

View 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;