Skip to content
Snippets Groups Projects
Commit b347e64a authored by Alex Crichton's avatar Alex Crichton Committed by GitHub
Browse files

Merge pull request #437 from zethra/master

Added tcsetpgrp
parents 7d9b71f0 c21a30c7
No related branches found
No related tags found
No related merge requests found
......@@ -425,6 +425,7 @@ extern {
pub fn nanosleep(rqtp: *const timespec,
rmtp: *mut timespec) -> ::c_int;
pub fn tcgetpgrp(fd: ::c_int) -> pid_t;
pub fn tcsetpgrp(fd: ::c_int, pgrp: ::pid_t) -> ::c_int;
pub fn ttyname(fd: ::c_int) -> *mut c_char;
pub fn unlink(c: *const c_char) -> ::c_int;
#[cfg_attr(all(target_os = "macos", target_arch = "x86"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment