ack/mach/sun3/libsys/_gtty.c

9 lines
122 B
C
Raw Normal View History

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