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: