Branch
Hash :
5f544fa3
Author :
Date :
2024-12-27T23:14:38
Rename module pty to pty-h. * modules/pty-h: Renamed from modules/pty. * modules/pty-h-tests: Renamed from modules/pty-tests. * modules/pty-h-c++-tests: Renamed from modules/pty-c++-tests. * tests/test-pty-h.c: Renamed from tests/test-pty.c. * tests/test-pty-h-c++.cc: Renamed from tests/test-pty-c++.cc. * doc/glibc-headers/pty.texi: Update. * doc/gnulib-intro.texi: Update. * modules/* (Depends-on): Update. * modules/pty: New file.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
@node pty.h
@section @file{pty.h}
Declares the functions @code{openpty} and @code{forkpty}.
Documentation:
@itemize
@item
@ifinfo
@ref{Pseudo-Terminal Pairs,,Opening a Pseudo-Terminal Pair,libc},
@end ifinfo
@ifnotinfo
@url{https://www.gnu.org/software/libc/manual/html_node/Pseudo_002dTerminal-Pairs.html},
@end ifnotinfo
@item
@uref{https://www.kernel.org/doc/man-pages/online/pages/man3/openpty.3.html,,man openpty}.
@end itemize
Gnulib module: pty-h
@mindex pty-h
Portability problems fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms that declare the
@code{forkpty} and @code{openpty} functions in @code{util.h} or
@code{libutil.h} instead:
macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5.
@item
This header file is missing on some platforms:
Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 11.4.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms:
mingw, MSVC 14.
@end itemize