Merge branch 'stable'
[gnulib.git] / doc / posix-headers / termios.texi
1 @node termios.h
2 @section @file{termios.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html}
5
6 Gnulib module: termios
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 mingw, MSVC 9.
13 @end itemize
14
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 The types @code{struct termios}, @code{cc_t}, @code{speed_t}, @code{tcflag_t}
19 are not defined on some platforms:
20 mingw, MSVC 9.
21 @end itemize