mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +00:00
b80ec53691
In the switch to NPTL the pthrad_mutex_t, pthread_cond_t, and pthread_rwlock_t structures were made binary compatible with the Linuxthread versions. However, their aligment when embedded in other structures was changed. When rebuilding libstdc++ this was detected, and the following changes return the structures to their original Linuxthreads alignments. 2009-11-25 Carlos O'Donell <carlos@codesourcery.com> * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Use correct alignment for pthread_mutex_t, pthread_cond_t, and pthread_rwlock_t. |
||
---|---|---|
.. | ||
bits | ||
clone.S | ||
configure | ||
configure.in | ||
createthread.c | ||
fork.c | ||
libc-lowlevellock.c | ||
lowlevellock.c | ||
lowlevellock.h | ||
pt-initfini.c | ||
pt-vfork.S | ||
pthread_cond_broadcast.c | ||
pthread_cond_destroy.c | ||
pthread_cond_init.c | ||
pthread_cond_signal.c | ||
pthread_cond_timedwait.c | ||
pthread_cond_wait.c | ||
pthread_once.c | ||
pthread.h | ||
pthreadP.h | ||
sysdep-cancel.h |