]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/termios.h
Correct range checking in mallopt/mxfast/tcache [BZ #25194]
[thirdparty/glibc.git] / include / termios.h
CommitLineData
6796bc80 1#ifndef _TERMIOS_H
28f540f4 2#include <termios/termios.h>
bdbf022d 3
31341567 4#ifndef _ISOMAC
bdbf022d 5/* Now define the internal interfaces. */
c19559b0 6extern int __tcgetattr (int __fd, struct termios *__termios_p);
fa872e1b
AZ
7extern int __tcsetattr (int __fd, int __optional_actions,
8 const struct termios *__termios_p);
784d802e
AJ
9
10extern int __libc_tcdrain (int __fd);
11
87078544 12libc_hidden_proto (__tcgetattr)
df962917
RM
13libc_hidden_proto (tcsetattr)
14libc_hidden_proto (cfsetispeed)
15libc_hidden_proto (cfsetospeed)
16
6796bc80 17#endif
31341567 18#endif