ack/mach/vax4/libbsd4_2/_gtty.c

9 lines
122 B
C
Raw Normal View History

1990-01-19 17:22:11 +00:00
#include <sgtty.h>
int
_gtty(fildes,argp)
int fildes ;
struct sgttyb *argp ;
{
return _ioctl(fildes,TIOCGETP,argp) ;
1990-01-19 17:22:11 +00:00
}