tcsetpgrp method

int tcsetpgrp(
  1. int __fd,
  2. int __pgrp_id
)

Implementation

int tcsetpgrp(
  int __fd,
  int __pgrp_id,
) {
  return _tcsetpgrp(
    __fd,
    __pgrp_id,
  );
}