aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/s390/bits
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-30 03:20:29 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-30 03:20:29 +0000
commit284bdc42e866adf2d5eafd83ab471735350e2356 (patch)
tree89b662e24a1eb5983d6275c76828813ab40e830d /nptl/sysdeps/unix/sysv/linux/s390/bits
parente7c5ac68ed5516057945fab1ff360ebcb832b224 (diff)
downloadglibc-284bdc42e866adf2d5eafd83ab471735350e2356.tar
glibc-284bdc42e866adf2d5eafd83ab471735350e2356.tar.gz
glibc-284bdc42e866adf2d5eafd83ab471735350e2356.tar.bz2
glibc-284bdc42e866adf2d5eafd83ab471735350e2356.zip
Update.
2003-05-30 Jakub Jelinek <jakub@redhat.com> * sysdeps/powerpc/powerpc32/elf/start.S: Make code compilable with SHARED.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/s390/bits')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h b/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
index 3ebaeb9391..855af4dcbd 100644
--- a/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
+++ b/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
@@ -92,6 +92,7 @@ typedef union
unsigned long long int __total_seq;
unsigned long long int __wakeup_seq;
unsigned long long int __woken_seq;
+ void *__mutex;
} __data;
char __size[__SIZEOF_PTHREAD_COND_T];
long long int __align;