unistd: guarantee STDIN_FILENO here, for OS/2 EMX
[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 unistd
14
15 configure.ac:
16 gl_UNISTD_SAFER
17
18 Makefile.am:
19
20 Include:
21 "unistd-safer.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Paul Eggert, Jim Meyering