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