Skip to content

Commit 7e5a2e5

Browse files
authored
Typo in unix/solaris/mod.rs
1 parent a6ada00 commit 7e5a2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/solaris/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ pub const EMULTIHOP: ::c_int = 74;
651651
pub const ENOLINK: ::c_int = 67;
652652
pub const EPROTO: ::c_int = 71;
653653

654-
pub const EAI_SYSTEM: ::cc_int = 11;
654+
pub const EAI_SYSTEM: ::c_int = 11;
655655

656656
pub const F_DUPFD: ::c_int = 0;
657657
pub const F_GETFD: ::c_int = 1;

0 commit comments

Comments
 (0)