if pthread_create fails, it must not attempt mmap if there is no mapping
authorRich Felker <dalias@aerifal.cx>
Sat, 2 Feb 2013 03:23:24 +0000 (22:23 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 Feb 2013 03:23:24 +0000 (22:23 -0500)
this bug was introduced when support for application-provided stacks
was originally added.


No differences found