comparison modules/fcntl-safer @ 5133:b8b3dfc3b415

Merge from coreutils.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 06 Aug 2004 05:21:37 +0000
parents
children 42b53a22aee5
comparison
equal deleted inserted replaced
5132:c7c53476ce34 5133:b8b3dfc3b415
1 Description:
2 File control functions that avoid clobbering std{in,out,err}.
3
4 Files:
5 lib/fcntl-safer.h
6 lib/open-safer.c
7 m4/fcntl-safer.m4
8
9 Depends-on:
10 unistd-safer
11
12 configure.ac:
13 gl_FCNTL_SAFER
14
15 Makefile.am:
16 lib_SOURCES += fcntl-safer.h open-safer.c
17
18 Include:
19 "fcntl-safer.h"
20
21 Maintainer:
22 Paul Eggert, Jim Meyering
23