We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6451d commit af981b0Copy full SHA for af981b0
src/unix/mod.rs
@@ -1089,7 +1089,7 @@ extern {
1089
pub fn tcsetattr(fd: ::c_int,
1090
optional_actions: ::c_int,
1091
termios: *const ::termios) -> ::c_int;
1092
- pub fn tcflow(fd: ::c_int, action: ::c_int) -> ::c_int;
+ pub fn tcflow(fd: ::c_uint, action: ::c_int) -> ::c_int;
1093
pub fn tcflush(fd: ::c_int, action: ::c_int) -> ::c_int;
1094
pub fn tcgetsid(fd: ::c_int) -> ::pid_t;
1095
pub fn tcsendbreak(fd: ::c_int, duration: ::c_int) -> ::c_int;
0 commit comments