use bss instead of mmap for main thread's pthread thread-specific data
authorRich Felker <dalias@aerifal.cx>
Sat, 2 Apr 2011 02:07:59 +0000 (22:07 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 Apr 2011 02:07:59 +0000 (22:07 -0400)
commit6c16d3e98ab2e466bb12ded12dfad1f8f272b1f8
treea90fe8880f6a601f81885b839369d2e030da9a70
parent5243e5f1606a9c6fcf01414ed5561616588bc0b9
use bss instead of mmap for main thread's pthread thread-specific data

this simplifies code and removes a failure case
src/thread/pthread_key_create.c
src/thread/pthread_self.c