ack/mach/vax4/libbsd4_2/gtty.c

9 lines
120 B
C
Raw Normal View History

1987-02-23 18:58:58 +00:00
#include <sgtty.h>
1990-01-19 17:22:11 +00:00
int
gtty(fildes,argp)
1987-02-23 18:58:58 +00:00
int fildes ;
struct sgttyb *argp ;
{
return ioctl(fildes,TIOCGETP,argp) ;
}