ack/mach/sun2/libsys/gtty.c

8 lines
120 B
C
Raw Normal View History

1987-03-03 09:37:26 +00:00
#include <sgtty.h>
int gtty(fildes,argp)
int fildes ;
struct sgttyb *argp ;
{
return ioctl(fildes,TIOCGETP,argp) ;
}