mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
31 lines
352 B
Plaintext
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
|