From 14fdee0593e6a1b19e229589c7f6e322cc4f481f Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 26 Aug 2024 11:23:54 -0400 Subject: [PATCH] compat --- src/private/thread_local_storage_.real.ml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/private/thread_local_storage_.real.ml b/src/private/thread_local_storage_.real.ml index 870abd3f..14f14ffb 100644 --- a/src/private/thread_local_storage_.real.ml +++ b/src/private/thread_local_storage_.real.ml @@ -1,5 +1,7 @@ (* vendored from https://github.com/c-cube/thread-local-storage *) +module Atomic = Atomic_ + (* sanity check *) let () = assert (Obj.field (Obj.repr (Thread.self ())) 1 = Obj.repr ())