Typo in unix/solaris/mod.rs

This commit is contained in:
Vojtech Kral 2016-10-06 16:50:56 +02:00 committed by GitHub
parent a6ada0035f
commit 7e5a2e52fe

View File

@ -651,7 +651,7 @@ pub const EMULTIHOP: ::c_int = 74;
pub const ENOLINK: ::c_int = 67;
pub const EPROTO: ::c_int = 71;
pub const EAI_SYSTEM: ::cc_int = 11;
pub const EAI_SYSTEM: ::c_int = 11;
pub const F_DUPFD: ::c_int = 0;
pub const F_GETFD: ::c_int = 1;