ack/plat/pdpv7/libsys/stty.c

8 lines
108 B
C
Raw Normal View History

1990-01-22 11:24:37 +00:00
int
stty(fildes,argp)
1987-01-07 17:13:41 +00:00
int fildes ;
1987-05-14 17:45:41 +00:00
char *argp;
1987-01-07 17:13:41 +00:00
{
1990-01-22 11:24:37 +00:00
return _ioctl(fildes,/*TIOCSETP*/(('t'<<8)|9),argp) ;
1987-01-07 17:13:41 +00:00
}