X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=boehm-gc%2Fspecific.c;h=7d5d8894d81039f43bc4cfffdefe09df275d91ce;hb=cd8960cc29aedf7e5489f382a04b4e892632a83a;hp=f4e8aeed62c72b9c989360ae79754b8e834f141f;hpb=e08a5204e5f7a3c3a15588de39202f9579ba0e79;p=pf3gnuchains%2Fgcc-fork.git diff --git a/boehm-gc/specific.c b/boehm-gc/specific.c index f4e8aeed62c..7d5d8894d81 100644 --- a/boehm-gc/specific.c +++ b/boehm-gc/specific.c @@ -12,10 +12,11 @@ */ #include "private/gc_priv.h" /* For GC_compare_and_exchange, GC_memory_barrier */ -#include "private/specific.h" #if defined(GC_LINUX_THREADS) +#include "private/specific.h" + static tse invalid_tse = {INVALID_QTID, 0, 0, INVALID_THREADID}; /* A thread-specific data entry which will never */ /* appear valid to a reader. Used to fill in empty */