Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions otherlibs/unix/caml/unixsupport.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ struct filedescr {
SOCKET socket;
} fd; /* Real windows handle */
enum { KIND_HANDLE, KIND_SOCKET } kind;
#ifdef __cplusplus
std::
#endif
atomic_int crt_fd; /* C runtime descriptor */
unsigned int flags_fd; /* See FLAGS_FD_* */
};
Expand Down
Loading