module LargeFile: sig .. end
sig
end
val lseek : Lwt_unix.file_descr -> int64 -> Unix.seek_command -> int64
Lwt_unix.file_descr -> int64 -> Unix.seek_command -> int64
val ftruncate : Lwt_unix.file_descr -> int64 -> unit
Lwt_unix.file_descr -> int64 -> unit
val fstat : Lwt_unix.file_descr -> Unix.LargeFile.stats
Lwt_unix.file_descr -> Unix.LargeFile.stats