]> granicus.if.org Git - gc/commit
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)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 11:31:22 +0000 (15:31 +0400)
commite927d7762fa3d0ba3bfc925418a43afe8dd4013a
tree5a90a8a08f0e7c9c3f347e029d67bf4e027f2f26
parente0798bd9229268714008cf05b750053faf39288e
Avoid calling sem_post on a uninitialized semaphore during thread attach, it works under linux, but fails under *bsd. Fixes #647248.
pthread_support.c