ack/mach/sun3/libsys/gtty.c
1987-02-20 14:36:01 +00:00

8 lines
120 B
C

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