ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / ptsname_r
blob9adc08b7d67b7ee0ff5f8d396672bdf2f4162f53
1 Description:
2 ptsname_r() function: Determine name of the slave side of a pseudo-terminal.
4 Files:
5 lib/ptsname_r.c
6 m4/ptsname_r.m4
8 Depends-on:
9 stdlib
10 extensions
11 isatty          [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1]
12 ttyname_r       [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1]
14 configure.ac:
15 gl_FUNC_PTSNAME_R
16 if test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1; then
17   AC_LIBOBJ([ptsname_r])
18   gl_PREREQ_PTSNAME_R
20 gl_STDLIB_MODULE_INDICATOR([ptsname_r])
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 Eric Blake