7 lines
135 B
C
7 lines
135 B
C
|
/* $Header$ */
|
||
|
#include <sgtty.h>
|
||
|
int
|
||
|
_gtty(fildes,argp) int fildes ; struct sgttyb *argp ; {
|
||
|
return _ioctl(fildes,TIOCGETP,argp) ;
|
||
|
}
|