ack/mach/sparc/libsys/stty.c

8 lines
122 B
C
Raw Normal View History

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