Add cfmakesane for FreeBSD

This doesn't appear on any other platforms
This commit is contained in:
Bryant Mairs 2017-06-29 20:24:38 -07:00
parent 83f5543e76
commit 17936dc221
1 changed files with 1 additions and 0 deletions

View File

@ -576,6 +576,7 @@ extern {
msgtyp: ::c_long, msgflg: ::c_int) -> ::c_int;
pub fn msgsnd(msqid: ::c_int, msgp: *const ::c_void, msgsz: ::size_t,
msgflg: ::c_int) -> ::c_int;
pub fn cfmakesane(termios: *mut ::termios);
}
cfg_if! {