glibc/sysdeps/unix/sysv/linux
Carlos O'Donell b80ec53691 Add correct aligment to pthread_*_t structures.
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.
2009-11-25 18:18:56 -05:00
..
alpha Fix alpha __fxstatat for empty file names. 2009-11-10 21:12:55 +00:00
am33 Define F_DUPFD_CLOEXEC. 2007-10-22 13:11:49 +00:00
arm Define F_OWNER_PGRP for ARM. 2009-11-19 16:46:16 +00:00
cris Define F_DUPFD_CLOEXEC. 2007-10-22 13:11:49 +00:00
hppa Add correct aligment to pthread_*_t structures. 2009-11-25 18:18:56 -05:00
m68k Use struct timespec for timestamps in struct stat also if __USE_XOPEN2K8 2009-11-23 16:34:39 +01:00
mips Use struct timespec for timestamps in struct stat for MIPS also if __USE_XOPEN2K8. 2009-11-23 19:06:52 +00:00
powerpc/powerpc32/nofpu 2006-10-05 Steven Munroe <sjmunroe@us.ibm.com> 2006-11-22 15:13:11 +00:00