repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
forkpty
blob
b04a4dadeb42f76a3cfd2e42279db222d1aa7d2f
1
Description:
2
forkpty() function: Open a pseudo-terminal, fork, and connect the child process
3
to the pseudo-terminal's slave.
4
5
Files:
6
lib/forkpty.c
7
m4/pty.m4
8
9
Depends-on:
10
pty
11
openpty
12
login_tty
13
14
configure.ac:
15
gl_FUNC_FORKPTY
16
if test $HAVE_FORKPTY = 0 || test $REPLACE_FORKPTY = 1; then
17
AC_LIBOBJ([forkpty])
18
fi
19
gl_PTY_MODULE_INDICATOR([forkpty])
20
21
Makefile.am:
22
23
Include:
24
<pty.h>
25
26
Link:
27
$(PTY_LIB)
28
29
License:
30
LGPL
31
32
Maintainer:
33
Simon Josefsson