···560560- #14332: Fix missing TSan instrumentation in subexpressions
561561 (Vincent Laviron, review by Gabriel Scherer and Olivier Nicole)
562562563563-- #14370: Fix headers for C++ inclusion.
563563+- #14370, #14429: Fix headers for C++ inclusion.
564564 (Antonin Décimo, review by Gabriel Scherer)
565565566566- #14417: Fix issue with nested packs on macOS.
+3
otherlibs/unix/caml/unixsupport.h
···4444 SOCKET socket;
4545 } fd; /* Real windows handle */
4646 enum { KIND_HANDLE, KIND_SOCKET } kind;
4747+#ifdef __cplusplus
4848+ std::
4949+#endif
4750 atomic_int crt_fd; /* C runtime descriptor */
4851 unsigned int flags_fd; /* See FLAGS_FD_* */
4952};