We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9b71f commit c21a30cCopy full SHA for c21a30c
src/unix/mod.rs
@@ -425,6 +425,7 @@ extern {
425
pub fn nanosleep(rqtp: *const timespec,
426
rmtp: *mut timespec) -> ::c_int;
427
pub fn tcgetpgrp(fd: ::c_int) -> pid_t;
428
+ pub fn tcsetpgrp(fd: ::c_int, pgrp: ::pid_t) -> ::c_int;
429
pub fn ttyname(fd: ::c_int) -> *mut c_char;
430
pub fn unlink(c: *const c_char) -> ::c_int;
431
#[cfg_attr(all(target_os = "macos", target_arch = "x86"),
0 commit comments