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
/
ttyname_r
blob
5e009268f85579ee90cf2a7439db2d61b22e6e4b
1
Description:
2
ttyname_r() function: Determine name of a terminal.
3
4
Files:
5
lib/ttyname_r.c
6
m4/ttyname_r.m4
7
8
Depends-on:
9
unistd
10
extensions
11
12
configure.ac:
13
gl_FUNC_TTYNAME_R
14
if test $HAVE_TTYNAME_R = 0 || test $REPLACE_TTYNAME_R = 1; then
15
AC_LIBOBJ([ttyname_r])
16
gl_PREREQ_TTYNAME_R
17
fi
18
gl_UNISTD_MODULE_INDICATOR([ttyname_r])
19
20
Makefile.am:
21
22
Include:
23
<unistd.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all