ack/mach/vax4/libbsd4_1a/gtty.c

8 lines
120 B
C
Raw Normal View History

1986-12-16 10:23:21 +00:00
#include <sgtty.h>
int gtty(fildes,argp)
int fildes ;
struct sgttyb *argp ;
{
return ioctl(fildes,TIOCGETP,argp) ;
}