Branch
Hash :
c9c55626
Author :
Date :
2024-12-27T23:41:47
Rename module termios to termios-h. * modules/termios-h: Renamed from modules/termios. * modules/termios-h-tests: Renamed from modules/termios-tests. * modules/termios-h-c++-tests: Renamed from modules/termios-c++-tests. * tests/test-termios-h.c: Renamed from tests/test-termios.c. * tests/test-termios-h-c++.cc: Renamed from tests/test-termios-c++.cc. * doc/posix-headers/termios.texi: Update. * modules/* (Depends-on): Update. * modules/termios: New file.
@node termios.h
@section @file{termios.h}
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/termios.h.html}
Gnulib module: termios-h
@mindex termios-h
Portability problems fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms:
mingw, MSVC 14.
@item
This header does not declare @code{pid_t} on all platforms:
glibc on some architectures, FreeBSD 6.4, OpenBSD 4.9, Cygwin 1.7.11.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
The types @code{struct termios}, @code{struct winsize}, @code{cc_t},
@code{speed_t}, @code{tcflag_t} are not defined on some platforms:
mingw, MSVC 14.
@item
@code{struct winsize} is defined in @code{sys/ioctl.h} on some platforms:
glibc, AIX.
@end itemize