Added missing stuff

This commit is contained in:
ceriel
1993-10-07 09:46:14 +00:00
parent c95f4d2609
commit e38adbdb89
4 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/* $Header$ */
#include <sgtty.h>
int
_stty(fildes,argp) int fildes ; struct sgttyb *argp ; {
return _ioctl(fildes,TIOCSETP,argp) ;
}