Skip to content

Commit af981b0

Browse files
committed
KILL ME: breaking change test
1 parent fd6451d commit af981b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ extern {
10891089
pub fn tcsetattr(fd: ::c_int,
10901090
optional_actions: ::c_int,
10911091
termios: *const ::termios) -> ::c_int;
1092-
pub fn tcflow(fd: ::c_int, action: ::c_int) -> ::c_int;
1092+
pub fn tcflow(fd: ::c_uint, action: ::c_int) -> ::c_int;
10931093
pub fn tcflush(fd: ::c_int, action: ::c_int) -> ::c_int;
10941094
pub fn tcgetsid(fd: ::c_int) -> ::pid_t;
10951095
pub fn tcsendbreak(fd: ::c_int, duration: ::c_int) -> ::c_int;

0 commit comments

Comments
 (0)