make pthread_create return EAGAIN on resource failure, as required by POSIX
authorRich Felker <dalias@aerifal.cx>
Tue, 15 Feb 2011 07:20:21 +0000 (02:20 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 15 Feb 2011 07:20:21 +0000 (02:20 -0500)
commit59666802fba592a59f2f4ea4dcb053287fd55826
treed0e19e99d68afd81d2bf5669585f137c7436fca7
parent1355fdca7cb923c93f9011d8e9dcf49e1a67e537
make pthread_create return EAGAIN on resource failure, as required by POSIX
src/thread/pthread_create.c