From ecfb968100230e42f8d1315ac5bd701e5ba43458 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Fri, 7 Oct 2016 09:18:44 -0500 Subject: Haiku: Add missing EAI_SYSTEM const --- src/unix/haiku/mod.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/unix/haiku/mod.rs b/src/unix/haiku/mod.rs index eb1203c7ff..d46ac6cf4b 100644 --- a/src/unix/haiku/mod.rs +++ b/src/unix/haiku/mod.rs @@ -405,6 +405,8 @@ pub const SIGPIPE: ::c_int = 7; pub const SIGALRM: ::c_int = 14; pub const SIGTERM: ::c_int = 15; +pub const EAI_SYSTEM: ::c_int = 11; + pub const PROT_NONE: ::c_int = 0; pub const PROT_READ: ::c_int = 1; pub const PROT_WRITE: ::c_int = 2; -- cgit v1.2.1