aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/specific.c
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/specific.c')
-rw-r--r--boehm-gc/specific.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/boehm-gc/specific.c b/boehm-gc/specific.c
index 2c40c2b44a2..f4e8aeed62c 100644
--- a/boehm-gc/specific.c
+++ b/boehm-gc/specific.c
@@ -11,11 +11,11 @@
* modified is included with the above copyright notice.
*/
-#if defined(GC_LINUX_THREADS)
-
#include "private/gc_priv.h" /* For GC_compare_and_exchange, GC_memory_barrier */
#include "private/specific.h"
+#if defined(GC_LINUX_THREADS)
+
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 */