Separate the module 'waitpid' from the module 'sys_wait'.
[gnulib.git] / modules / grantpt
1 Description:
2 grantpt() function: Acquire ownership of the slave side of a pseudo-terminal.
3
4 Files:
5 lib/grantpt.c
6 m4/grantpt.m4
7
8 Depends-on:
9 stdlib
10 extensions
11 pt_chown
12 waitpid
13 configmake
14
15 configure.ac:
16 gl_FUNC_GRANTPT
17 gl_STDLIB_MODULE_INDICATOR([grantpt])
18
19 Makefile.am:
20
21 Include:
22 <stdlib.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible