fix pthread_cleanup_pop(1) crash in non-thread-capable, static-linked programs
authorRich Felker <dalias@aerifal.cx>
Tue, 28 Feb 2012 15:13:35 +0000 (10:13 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 28 Feb 2012 15:13:35 +0000 (10:13 -0500)
commite3234d01094d9ed62e90c6d52a44601dce93a1bb
tree86434e96d663b6cece01dcaa5af4e30769db7972
parentaab33ec0a3c46ee82ef849a4c6308c9ccf7529bc
fix pthread_cleanup_pop(1) crash in non-thread-capable, static-linked programs
src/thread/cancellation.c
src/thread/pthread_create.c