Skip to content

Commit

Permalink
Note that Unix.utimes will be fixed in 4.03
Browse files Browse the repository at this point in the history
  • Loading branch information
talex5 committed Apr 5, 2016
1 parent 4e8dc8c commit f2b40a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocaml/support/system.ml
Expand Up @@ -7,6 +7,7 @@ open Common
module type UnixType = module type of Unix

(** OCaml's Unix.utimes is broken (doesn't work for times in the interval [0,1), so use our own C function. *)
(* Note: fixed in OCaml 4.03 *)
external set_mtime : string -> float -> unit = "ocaml_set_mtime"
external uname : unit -> Platform.t = "ocaml_0install_uname"

Expand Down

0 comments on commit f2b40a0

Please sign in to comment.