ack/mach/sun2/libsys/_stty.c
1990-01-22 11:56:01 +00:00

9 lines
122 B
C

#include <sgtty.h>
int
_stty(fildes,argp)
int fildes ;
struct sgttyb *argp ;
{
return _ioctl(fildes,TIOCSETP,argp) ;
}