···435435- #14332: Fix missing TSan instrumentation in subexpressions
436436 (Vincent Laviron, review by Gabriel Scherer and Olivier Nicole)
437437438438+- #14370: Fix headers for C++ inclusion.
439439+ (Antonin Décimo, review by Gabriel Scherer)
440440+438441OCaml 5.4.0 (9 October 2025)
439442----------------------------
440443
+1-1
otherlibs/unix/caml/unixsupport.h
···4646 SOCKET socket;
4747 } fd; /* Real windows handle */
4848 enum { KIND_HANDLE, KIND_SOCKET } kind;
4949- _Atomic int crt_fd; /* C runtime descriptor */
4949+ atomic_int crt_fd; /* C runtime descriptor */
5050 unsigned int flags_fd; /* See FLAGS_FD_* */
5151};
5252