mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/posix_openpt: New module. * m4/posix_openpt.m4: New file. * lib/posix_openpt.c: Likewise. * m4/stdlib_h.m4 (gl_STDLIB_H): Check for decl. (gl_STDLIB_H_DEFAULTS): Set defaults. * modules/stdlib (Makefile.am): Substitute macros. * lib/stdlib.in.h (posix_openpt): Declare. * MODULES.html.sh (systems lacking POSIX:2008): Document it. * doc/posix-functions/posix_openpt.texi (posix_openpt): Likewise. * modules/posix_openpt-tests: New test module. * tests/test-posix_openpt.c: New test.
29 lines
382 B
Plaintext
29 lines
382 B
Plaintext
Description:
|
|
posix_openpt() function: Open the master side of a pseudo-terminal.
|
|
|
|
Files:
|
|
lib/posix_openpt.c
|
|
m4/posix_openpt.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
stdlib
|
|
|
|
configure.ac:
|
|
gl_FUNC_POSIX_OPENPT
|
|
if test $HAVE_POSIX_OPENPT = 0; then
|
|
AC_LIBOBJ([posix_openpt])
|
|
fi
|
|
gl_STDLIB_MODULE_INDICATOR([posix_openpt])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Eric Blake
|