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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
ptsname
blob
e135c5af89e581c82c7fc57a6786ae9541138472
1
Description:
2
ptsname() function: Determine name of the slave side of a pseudo-terminal.
3
4
Files:
5
lib/ptsname.c
6
m4/ptsname.m4
7
8
Depends-on:
9
stdlib
10
extensions
11
ptsname_r [test $HAVE_PTSNAME = 0]
12
13
configure.ac:
14
gl_FUNC_PTSNAME
15
if test $HAVE_PTSNAME = 0 || test $REPLACE_PTSNAME = 1; then
16
AC_LIBOBJ([ptsname])
17
gl_PREREQ_PTSNAME
18
fi
19
gl_STDLIB_MODULE_INDICATOR([ptsname])
20
21
Makefile.am:
22
23
Include:
24
<stdlib.h>
25
26
License:
27
LGPLv2+
28
29
Maintainer:
30
all