doc: Update doc about realpath.
[gnulib.git] / modules / unlockpt
bloba0f4d2571f5c1e1b015b97946fa0611e8a648dc8
1 Description:
2 unlockpt() function: Unlock the slave side of a pseudo-terminal from its master
3 side.
5 Files:
6 lib/unlockpt.c
7 m4/unlockpt.m4
9 Depends-on:
10 stdlib
11 extensions
12 fcntl-h         [test $HAVE_UNLOCKPT = 0]
13 ptsname         [test $HAVE_UNLOCKPT = 0]
15 configure.ac:
16 gl_FUNC_UNLOCKPT
17 if test $HAVE_UNLOCKPT = 0; then
18   AC_LIBOBJ([unlockpt])
19   gl_PREREQ_UNLOCKPT
21 gl_STDLIB_MODULE_INDICATOR([unlockpt])
23 Makefile.am:
25 Include:
26 <stdlib.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 all