Hash :
90e79512
Author :
Date :
2020-11-26T22:13:20
Fix dependencies of modules that use '_exit' on native Windows. Reported by Jim Meyering in <https://lists.gnu.org/archive/html/bug-gnulib/2020-11/msg00159.html>. * modules/_Exit (Depends-on): Add unistd. * modules/closein (Depends-on): Likewise. * modules/closeout (Depends-on): Likewise. * modules/forkpty (Depends-on): Likewise. * modules/posix_spawn-internal (Depends-on): Likewise. * modules/savewd (Depends-on): Likewise. * modules/stat-time-tests (Depends-on): Likewise.
Description:
forkpty() function: Open a pseudo-terminal, fork, and connect the child process
to the pseudo-terminal's slave.
Files:
lib/forkpty.c
m4/pty.m4
Depends-on:
pty
unistd
openpty
login_tty
configure.ac:
gl_FUNC_FORKPTY
if test $HAVE_FORKPTY = 0 || test $REPLACE_FORKPTY = 1; then
AC_LIBOBJ([forkpty])
fi
gl_PTY_MODULE_INDICATOR([forkpty])
Makefile.am:
Include:
<pty.h>
Link:
$(PTY_LIB)
License:
LGPL
Maintainer:
Simon Josefsson