ack/mach/sparc/libsys/_gtty.c

9 lines
124 B
C
Raw 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
}