1Description:
2posix_openpt() function: Open the master side of a pseudo-terminal.
3
4Files:
5lib/posix_openpt.c
6m4/posix_openpt.m4
7
8Depends-on:
9extensions
10stdlib
11
12configure.ac:
13gl_FUNC_POSIX_OPENPT
14if test $HAVE_POSIX_OPENPT = 0; then
15  AC_LIBOBJ([posix_openpt])
16fi
17gl_STDLIB_MODULE_INDICATOR([posix_openpt])
18
19Makefile.am:
20
21Include:
22<stdlib.h>
23
24License:
25LGPLv2+
26
27Maintainer:
28Eric Blake
29