reorder mutex struct fields to make room for pointers (upcoming robust mutexes)
authorRich Felker <dalias@aerifal.cx>
Thu, 17 Mar 2011 17:17:15 +0000 (13:17 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 17 Mar 2011 17:17:15 +0000 (13:17 -0400)
commit93cc986ab37b14f8c6b624439ce2a2beca7b3cf7
tree3086c1a955a3b90be29d9dd31030465ea07a99d1
parentb1c43161c2b37e35eae60fa61621a24a5d820d83
reorder mutex struct fields to make room for pointers (upcoming robust mutexes)

the layout has been chosen so that pointer slots 3 and 4 fit between
the integer slots on 32-bit archs, and come after the integer slots on
64-bit archs.
src/internal/pthread_impl.h