mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
ocaml: add handling for errno ENOSPC
This commit is contained in:
@@ -41,6 +41,7 @@ let ocaml_errnos = [
|
||||
"ESRCH";
|
||||
"ENOENT";
|
||||
"EROFS";
|
||||
"ENOSPC";
|
||||
]
|
||||
|
||||
(* Generate the OCaml bindings interface. *)
|
||||
|
||||
Reference in New Issue
Block a user