Auto merge of #420 - kallisti5:master, r=alexcrichton

Haiku: Add missing EAI_SYSTEM const
This commit is contained in:
bors 2016-10-08 12:39:58 -07:00 committed by GitHub
commit c90d379866

View File

@ -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;