fix stale locks left behind when pthread_create fails
authorRich Felker <dalias@aerifal.cx>
Sat, 2 Feb 2013 03:25:19 +0000 (22:25 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 Feb 2013 03:25:19 +0000 (22:25 -0500)
commit72768ea99e67162b7b42d9cd8917cf9a2c00f1f1
tree9e28217bb6c04a28a16b3e0a142f0b62ff7696e2
parent077549e0d468ff47fdf3e00bb3cfdb929ac8324f
fix stale locks left behind when pthread_create fails

this bug seems to have been around a long time.
src/thread/pthread_create.c