Update.
[platform/upstream/glibc.git] / include / termios.h
1 #ifndef _TERMIOS_H
2 #include <termios/termios.h>
3
4 /* Now define the internal interfaces.  */
5 extern int __tcgetattr (int __fd, struct termios *__termios_p) __THROW;
6 #endif