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