diff options
author | Roland McGrath <roland@gnu.org> | 2006-01-09 23:38:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-01-09 23:38:58 +0000 |
commit | 8dd18431a124679e413e92a9b1f3b38e1387b735 (patch) | |
tree | f9503f5cb7e446725761350ef0cbf2372b8636d0 /nptl | |
parent | 33678adb3b667cf4df38970004529fe14c93b4d7 (diff) | |
download | glibc-8dd18431a124679e413e92a9b1f3b38e1387b735.tar.gz glibc-8dd18431a124679e413e92a9b1f3b38e1387b735.tar.xz glibc-8dd18431a124679e413e92a9b1f3b38e1387b735.zip |
* sysdeps/unix/sysv/linux/alpha/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/sh/bits/pthreadtypes.h (pthread_mutex_t): Likewise. * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h (pthread_mutex_t): Likewise.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 282c5ebad4..aa46008767 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -18,6 +18,16 @@ * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise. +2006-01-08 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/alpha/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/sh/bits/pthreadtypes.h (pthread_mutex_t): + Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h (pthread_mutex_t): + Likewise. + 2006-01-09 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS_ADJ): Add |