ack/mach/pdp/libsys/_gtty.c

8 lines
110 B
C
Raw Normal View History

1990-01-22 11:24:37 +00:00
int
_gtty(fildes,argp)
int fildes ;
char *argp ;
{
return _ioctl(fildes,/*TIOCGETP*/(('t'<<8)|8),argp) ;
}