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

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