unistd-safer: Implement pipe_safer on native Windows.
[gnulib.git] / modules / unistd-safer
blobd131b9c7a8f196563dc49f4d2965b71dcb96b0e4
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
15 pipe-posix
17 configure.ac:
18 gl_UNISTD_SAFER
20 Makefile.am:
21 lib_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
23 Include:
24 "unistd-safer.h"
26 License:
27 GPL
29 Maintainer:
30 Paul Eggert, Jim Meyering