1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 23:35:50 +00:00
Files
gnulib/modules/forkpty
2010-03-27 13:59:19 +01:00

31 lines
352 B
Plaintext

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
openpty
login_tty
configure.ac:
gl_FUNC_FORKPTY
gl_PTY_MODULE_INDICATOR([forkpty])
Makefile.am:
Include:
<pty.h>
Link:
$(PTY_LIB)
License:
LGPL
Maintainer:
Simon Josefsson