File:  [DVB] / dietlibc / lib / tcsetpgrp.c
Revision 1.3: download - view: text, annotated - select for diffs
Thu May 9 01:01:16 2002 UTC (22 years, 1 month ago) by fefe
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND, HEAD
x86_64 port by Michal Ludvig!

#include <termios.h>
#include <sys/ioctl.h>
#include <unistd.h>

int tcsetpgrp(int fildes, pid_t pgrpid)
{
  return ioctl(fildes, TIOCSPGRP, &pgrpid);
}

LinuxTV legacy CVS <linuxtv.org/cvs>