TIOCSPGRP
case TIOCSPGRP:
return cmd == TIOCSPGRP ? -ENOTTY : -EIO;
return ioctl(fd, TIOCSPGRP, &pid);