Skip to content

Commit

Permalink
compat
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Aug 26, 2024
1 parent 444f8a3 commit 14fdee0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/private/thread_local_storage_.real.ml
Original file line number Diff line number Diff line change
@@ -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 ())

Expand Down

0 comments on commit 14fdee0

Please sign in to comment.