From 24a2a6ae8c2fe1918ec4d1c015f765cad5229991 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 18 Nov 2009 15:23:00 +0000 Subject: [PATCH] another thread-local repair svn: r16865 --- collects/compiler/private/xform.ss | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/compiler/private/xform.ss b/collects/compiler/private/xform.ss index f6037bef77..d84cd33860 100644 --- a/collects/compiler/private/xform.ss +++ b/collects/compiler/private/xform.ss @@ -79,6 +79,7 @@ (hash-table-put! used-symbols (string->symbol "GC_set_variable_stack") 1) (hash-table-put! used-symbols (string->symbol "memset") 1) (hash-table-put! used-symbols (string->symbol "scheme_thread_local_key") 1) + (hash-table-put! used-symbols (string->symbol "scheme_thread_locals") 1) (hash-table-put! used-symbols (string->symbol "pthread_getspecific") 1) ;; For dependency tracking: