fix incorrect allocation failure check in pthread_create
authorRich Felker <dalias@aerifal.cx>
Tue, 27 Sep 2011 16:18:44 +0000 (12:18 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 27 Sep 2011 16:18:44 +0000 (12:18 -0400)
mmap returns MAP_FAILED not 0 because some idiot thought the ability
to mmap the null pointer page would be a good idea...


No differences found