os_fd.ml1 2 3 4 5 6 7 8 9 10 11 12 13 14(* This file is part of Luv, released under the MIT license. See LICENSE.md for details, or visit https://github.com/aantron/luv/blob/master/LICENSE.md. *) module Fd = struct type t = C.Types.Os_fd.t end module Socket = struct type t = C.Types.Os_socket.t end