termios: fix pid_t always, not just for tcgetsid
[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 @item
14 This header does not declare @code{pid_t} on all platforms:
15 glibc on some architectures, FreeBSD 6.4, OpenBSD 4.9, Cygwin 1.7.11.
16 @end itemize
17
18 Portability problems not fixed by Gnulib:
19 @itemize
20 @item
21 The types @code{struct termios}, @code{cc_t}, @code{speed_t}, @code{tcflag_t}
22 are not defined on some platforms:
23 mingw, MSVC 9.
24 @end itemize