verify: new macro 'assume'
[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 lib_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
21
22 Include:
23 "unistd-safer.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Paul Eggert, Jim Meyering