Move some declarations out of a #ifdef in pthread_support.c to fix platforms without...
authorZoltan Varga <vargaz@gmail.com>
Tue, 17 Jul 2012 16:51:12 +0000 (18:51 +0200)
committerZoltan Varga <vargaz@gmail.com>
Tue, 17 Jul 2012 16:51:25 +0000 (18:51 +0200)
commit42f91a86304787014c868f0a1b57237d6bb41350
tree948b7c2384bc7645875fb8570c7b59656d30f781
parent65f7004927482ca6696aaea4cd219130aa8a68db
Move some declarations out of a #ifdef in pthread_support.c to fix platforms without thread local alloc.
libgc/pthread_support.c