diff options
author | Vojtech Kral <vojtech@kral.hk> | 2016-10-06 16:50:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-06 16:50:56 +0200 |
commit | 7e5a2e52fecf1a3e2167fa97924c62a142e05c7b (patch) | |
tree | 58de843f7f33d3ab564379b70c46cfd95a17c654 | |
parent | a6ada0035fff9f60ca4fd9f93bfed2ee67072099 (diff) | |
download | rust-libc-7e5a2e52fecf1a3e2167fa97924c62a142e05c7b.tar.gz |
Typo in unix/solaris/mod.rs
-rw-r--r-- | src/unix/solaris/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/solaris/mod.rs b/src/unix/solaris/mod.rs index 61f75eb668..63cd1249a4 100644 --- a/src/unix/solaris/mod.rs +++ b/src/unix/solaris/mod.rs @@ -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; |