pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git] / modules / unistd-safer
blob2d195ecd12c2e0c8e99b41afd48dbac8f3c298b2
1 Description:
2 File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
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
12 Depends-on:
13 fcntl
14 unistd
16 configure.ac:
17 gl_UNISTD_SAFER
19 Makefile.am:
20 lib_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
22 Include:
23 "unistd-safer.h"
25 License:
26 GPL
28 Maintainer:
29 Paul Eggert, Jim Meyering