ocaml: add handling for errno ENOSPC

This commit is contained in:
Pino Toscano
2019-11-29 13:16:32 +01:00
parent 355bed63f4
commit 4aa4edf972

View File

@@ -41,6 +41,7 @@ let ocaml_errnos = [
"ESRCH";
"ENOENT";
"EROFS";
"ENOSPC";
]
(* Generate the OCaml bindings interface. *)