* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_mutex_t):
commitd804f5df602e6a348edcf7d2a2fe73b185bfbd34
authorUlrich Drepper <drepper@redhat.com>
Fri, 6 Jan 2006 21:40:51 +0000 (6 21:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 6 Jan 2006 21:40:51 +0000 (6 21:40 +0000)
tree8f407c4ace97efa8c02c5c079d04f20e49cc1831
parent74158740ea6bf9acbb63fa7744e56a0aacc5ca9e
* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_mutex_t):

Don't give the union a name because it changes the mangled name.
Instead name the struct for __data.
* sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
* sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
* pthread_create.c (start_thread): Adjust robust mutex free loop.
* descr.h (ENQUEUE_MUTEX, DEQUEUE_MUTEX): Adjust.
nptl/ChangeLog
nptl/pthread_create.c
nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h