ack/mach/sparc/libsys/gtty.c
1991-09-20 18:14:05 +00:00

9 lines
120 B
C

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