ack/mach/pdp/libsys/gtty.c

8 lines
108 B
C
Raw Normal View History

1990-01-22 11:24:37 +00:00
int
gtty(fildes,argp)
1987-01-07 17:13:41 +00:00
int fildes ;
1987-05-14 17:45:41 +00:00
char *argp ;
1987-01-07 17:13:41 +00:00
{
1987-05-14 17:45:41 +00:00
return ioctl(fildes,/*TIOCGETP*/(('t'<<8)|8),argp) ;
1987-01-07 17:13:41 +00:00
}