about summary refs log tree commit diff
path: root/include/termios.h
blob: e2b369feb18e97fcf7b3d4196a1b2e4d856b9299 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _TERMIOS_H
#include <termios/termios.h>

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

extern int __libc_tcdrain (int __fd);

#endif