ack/mach/vax4/libbsd4_1a/_gtty.c

9 lines
121 B
C
Raw Normal View History

1990-01-19 16:03:46 +00:00
#include <sgtty.h>
int
_gtty(fildes,argp)
int fildes ;
struct sgttyb *argp ;
{
return ioctl(fildes,TIOCGETP,argp) ;
}