Module Name: src Committed By: bouyer Date: Sun Oct 20 13:58:32 UTC 2013
Modified Files: src/lib/libpthread [netbsd-5]: pthread.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1881): lib/libpthread/pthread.c: revision 1.137 via patch return errno if pthread_create hits the system limit, not just -1 (this is not entirely correct because it can return ENOMEM which is not mentioned in the spec, but there are other places in pthread_create whete ENOMEM is returned -- it at all, this should be fixed everywhere) To generate a diff of this commit: cvs rdiff -u -r1.106.2.4 -r1.106.2.5 src/lib/libpthread/pthread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.