File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -576,6 +576,7 @@ extern {
576
576
msgtyp : :: c_long , msgflg : :: c_int ) -> :: c_int ;
577
577
pub fn msgsnd ( msqid : :: c_int , msgp : * const :: c_void , msgsz : :: size_t ,
578
578
msgflg : :: c_int ) -> :: c_int ;
579
+ pub fn cfmakesane ( termios : * mut :: termios ) ;
579
580
}
580
581
581
582
cfg_if ! {
Original file line number Diff line number Diff line change @@ -863,6 +863,7 @@ extern {
863
863
termios : * const :: termios ) -> :: c_int ;
864
864
pub fn tcflow ( fd : :: c_int , action : :: c_int ) -> :: c_int ;
865
865
pub fn tcflush ( fd : :: c_int , action : :: c_int ) -> :: c_int ;
866
+ pub fn tcgetsid ( fd : :: c_int ) -> :: pid_t ;
866
867
pub fn tcsendbreak ( fd : :: c_int , duration : :: c_int ) -> :: c_int ;
867
868
pub fn mkstemp ( template : * mut :: c_char ) -> :: c_int ;
868
869
pub fn mkdtemp ( template : * mut :: c_char ) -> * mut :: c_char ;
You can’t perform that action at this time.
0 commit comments