We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17936dc commit e591c6fCopy full SHA for e591c6f
src/unix/mod.rs
@@ -863,6 +863,7 @@ extern {
863
termios: *const ::termios) -> ::c_int;
864
pub fn tcflow(fd: ::c_int, action: ::c_int) -> ::c_int;
865
pub fn tcflush(fd: ::c_int, action: ::c_int) -> ::c_int;
866
+ pub fn tcgetsid(fd: ::c_int) -> ::pid_t;
867
pub fn tcsendbreak(fd: ::c_int, duration: ::c_int) -> ::c_int;
868
pub fn mkstemp(template: *mut ::c_char) -> ::c_int;
869
pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char;
0 commit comments