fn tcsetpgrp(handle: fd_t, pgrp: pid_t) TermioSetPgrpError!void
[src]
Sets the controlling process group ID for given TTY. handle must be valid fd_t to a TTY associated with calling process. pgrp must be a valid process group, and the calling process must be a member of that group.