[Libguestfs] [PATCH] ocaml: add handling for errno ENOSPC

Pino Toscano ptoscano at redhat.com
Fri Nov 29 12:16:52 UTC 2019


---
 generator/OCaml.ml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/generator/OCaml.ml b/generator/OCaml.ml
index 92a913015..363aa5232 100644
--- a/generator/OCaml.ml
+++ b/generator/OCaml.ml
@@ -41,6 +41,7 @@ let ocaml_errnos = [
   "ESRCH";
   "ENOENT";
   "EROFS";
+  "ENOSPC";
 ]
 
 (* Generate the OCaml bindings interface. *)
-- 
2.21.0




More information about the Libguestfs mailing list