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
vasnprintf: Don't use %n on Android.
[gnulib.git]
/
modules
/
unlockpt
blob
a0f4d2571f5c1e1b015b97946fa0611e8a648dc8
1
Description:
2
unlockpt() function: Unlock the slave side of a pseudo-terminal from its master
3
side.
4
5
Files:
6
lib/unlockpt.c
7
m4/unlockpt.m4
8
9
Depends-on:
10
stdlib
11
extensions
12
fcntl-h [test $HAVE_UNLOCKPT = 0]
13
ptsname [test $HAVE_UNLOCKPT = 0]
14
15
configure.ac:
16
gl_FUNC_UNLOCKPT
17
if test $HAVE_UNLOCKPT = 0; then
18
AC_LIBOBJ([unlockpt])
19
gl_PREREQ_UNLOCKPT
20
fi
21
gl_STDLIB_MODULE_INDICATOR([unlockpt])
22
23
Makefile.am:
24
25
Include:
26
<stdlib.h>
27
28
License:
29
LGPLv2+
30
31
Maintainer:
32
all