ack/mach/vax4/libbsd4_1a/gtty.c
1990-01-19 16:03:46 +00:00

9 lines
120 B
C

#include <sgtty.h>
int
gtty(fildes,argp)
int fildes ;
struct sgttyb *argp ;
{
return ioctl(fildes,TIOCGETP,argp) ;
}