Ignore one more generated index from makeinfo.
[gnulib.git] / modules / unistd-safer
1 Description:
2 File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
3
4 Files:
5 lib/unistd--.h
6 lib/dup-safer.c
7 lib/fd-safer.c
8 lib/pipe-safer.c
9 lib/unistd-safer.h
10 m4/unistd-safer.m4
11
12 Depends-on:
13 fcntl
14 unistd
15
16 configure.ac:
17 gl_UNISTD_SAFER
18
19 Makefile.am:
20
21 Include:
22 "unistd-safer.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Paul Eggert, Jim Meyering