fix x32 pthread type definitions
authorRich Felker <dalias@aerifal.cx>
Wed, 4 Mar 2015 16:33:26 +0000 (11:33 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 4 Mar 2015 16:33:26 +0000 (11:33 -0500)
commite7b9887e8b65253087ab0b209dc8dd85c9f09614
treeda101017e358977eeef301ef8f24bf0326a4aa33
parent064898cfe2233526e7639c21e780695be5ece257
fix x32 pthread type definitions

the previous definitions were copied from x86_64. not only did they
fail to match the ABI sizes; they also wrongly encoded an assumption
that long/pointer types are twice as large as int.
arch/x32/bits/alltypes.h.in