ack/mach/sun3/libsys/gtty.c

9 lines
120 B
C
Raw Permalink Normal View History

1987-02-20 14:36:01 +00:00
#include <sgtty.h>
1990-01-19 15:17:33 +00:00
int
gtty(fildes,argp)
1987-02-20 14:36:01 +00:00
int fildes ;
struct sgttyb *argp ;
{
return ioctl(fildes,TIOCGETP,argp) ;
}