ack/mach/sparc/libsys/gtty.c

9 lines
122 B
C
Raw Permalink Normal View History

1991-09-20 18:14:05 +00:00
#include <sgtty.h>
int
gtty(fildes,argp)
int fildes ;
struct sgttyb *argp ;
{
return ioctl(fildes,0x40067408,argp) ;
1991-09-20 18:14:05 +00:00
}