Avoid calling sem_post on a uninitialized semaphore during thread attach, it works...
authorZoltan Varga <vargaz@gmail.com>
Sun, 17 Oct 2010 23:55:41 +0000 (01:55 +0200)
committerZoltan Varga <vargaz@gmail.com>
Sun, 17 Oct 2010 23:55:41 +0000 (01:55 +0200)
commit257a08850a7e49251cbddefc292dcef84f27d77d
tree50baf861638768057311bbf59656868453d1077b
parentaa53562093604edd2400932500a915f996cadd04
Avoid calling sem_post on a uninitialized semaphore during thread attach, it works under linux, but fails under *bsd. Fixes #647248.
libgc/pthread_support.c