We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4aadd commit 0da9177Copy full SHA for 0da9177
src/unix/lwt_unix.h
@@ -14,6 +14,11 @@
14
#include <caml/socketaddr.h>
15
#include <string.h>
16
17
+#if OCAML_VERSION < 50000
18
+#define caml_convert_flag_list(flags, table) \
19
+ caml_convert_flag_list((flags), (int *)(table))
20
+#endif
21
+
22
/* The macro to get the file-descriptor from a value. */
23
#if defined(LWT_ON_WINDOWS)
24
#define FD_val(value) win_CRT_fd_of_filedescr(value)
0 commit comments