summaryrefslogtreecommitdiff
path: root/include/termios.h
blob: d7aee0630f0343689ebb91ef497f4064a6d8a99c (plain)
1
2
3
4
5
6
#ifndef _TERMIOS_H
#include <termios/termios.h>

/* Now define the internal interfaces.  */
extern int __tcgetattr (int __fd, struct termios *__termios_p) __THROW;
#endif