ack/mach/sun2/libsys/gtty.c
1990-01-22 11:56:01 +00:00

9 lines
120 B
C

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