Skip to content

Commit b0efa03

Browse files
authored
Merge branch 'master' into ci-android
2 parents 9a20f93 + 5dd2f39 commit b0efa03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unix/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -775,8 +775,10 @@ extern {
775775
pub fn tcdrain(fd: ::c_int) -> ::c_int;
776776
pub fn cfgetispeed(termios: *const ::termios) -> ::speed_t;
777777
pub fn cfgetospeed(termios: *const ::termios) -> ::speed_t;
778+
pub fn cfmakeraw(termios: *mut ::termios);
778779
pub fn cfsetispeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int;
779780
pub fn cfsetospeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int;
781+
pub fn cfsetspeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int;
780782
pub fn tcgetattr(fd: ::c_int, termios: *mut ::termios) -> ::c_int;
781783
pub fn tcsetattr(fd: ::c_int,
782784
optional_actions: ::c_int,

0 commit comments

Comments
 (0)