Skip to content

Commit 17936dc

Browse files
committed
Add cfmakesane for FreeBSD
This doesn't appear on any other platforms
1 parent 83f5543 commit 17936dc

File tree

1 file changed

+1
-0
lines changed
  • src/unix/bsd/freebsdlike/freebsd

1 file changed

+1
-0
lines changed

src/unix/bsd/freebsdlike/freebsd/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ extern {
576576
msgtyp: ::c_long, msgflg: ::c_int) -> ::c_int;
577577
pub fn msgsnd(msqid: ::c_int, msgp: *const ::c_void, msgsz: ::size_t,
578578
msgflg: ::c_int) -> ::c_int;
579+
pub fn cfmakesane(termios: *mut ::termios);
579580
}
580581

581582
cfg_if! {

0 commit comments

Comments
 (0)