[][src]Function linux::syscall::ioctl_tiocspgrp

pub fn ioctl_tiocspgrp(fd: c_int, id: pid_t) -> c_int

Executes ioctl with the TIOCSPGRP option.

[argument, fd] The file descriptor on which to operate.

[argument, id] The process group id of the foreground process group.

= See also

  • link:man:tty_ioctl(2)