Skip to content

Commit 1ae5031

Browse files
committed
KILL ME: breaking change test
1 parent f90c222 commit 1ae5031

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
@@ -1088,7 +1088,7 @@ extern {
10881088
pub fn tcsetattr(fd: ::c_int,
10891089
optional_actions: ::c_int,
10901090
termios: *const ::termios) -> ::c_int;
1091-
pub fn tcflow(fd: ::c_int, action: ::c_int) -> ::c_int;
1091+
pub fn tcflow(fd: ::c_uint, action: ::c_int) -> ::c_int;
10921092
pub fn tcflush(fd: ::c_int, action: ::c_int) -> ::c_int;
10931093
pub fn tcgetsid(fd: ::c_int) -> ::pid_t;
10941094
pub fn tcsendbreak(fd: ::c_int, duration: ::c_int) -> ::c_int;

0 commit comments

Comments
 (0)