strtod: fix bug in replacement function on AIX
[gnulib.git] / modules / ttyname_r
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 gl_UNISTD_MODULE_INDICATOR([ttyname_r])
15
16 Makefile.am:
17
18 Include:
19 <unistd.h>
20
21 License:
22 LGPL
23
24 Maintainer:
25 Bruno Haible