about summary refs log tree commit diff
path: root/include/termios.h
blob: e10a7e3af3722604db8703d32e2b22e35dee32fc (plain) (blame)
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);
#endif