We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0801be commit bdbe619Copy full SHA for bdbe619
1 file changed
otherlibs/unix/caml/unixsupport.h
@@ -46,7 +46,7 @@ struct filedescr {
46
SOCKET socket;
47
} fd; /* Real windows handle */
48
enum { KIND_HANDLE, KIND_SOCKET } kind;
49
- _Atomic int crt_fd; /* C runtime descriptor */
+ atomic_int crt_fd; /* C runtime descriptor */
50
unsigned int flags_fd; /* See FLAGS_FD_* */
51
};
52
0 commit comments