home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
D
/
LIBC
/
LIBC-4.6
/
LIBC-4
/
libc-linux
/
sysdeps
/
linux
/
__tcgetatr.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-08-30
|
234 b
|
14 lines
#include <termios.h>
#include <sys/ioctl.h>
int
__tcgetattr(int fildes, struct termios *termios_p)
{
return __ioctl(fildes, TCGETS, termios_p);
}
#include <gnu-stabs.h>
#ifdef weak_alias
weak_alias (__tcgetattr, tcgetattr);
#endif