view modules/fcntl-safer @ 29939:369522ed5c17

make several modules depend on the "open" module This provides slightly increased consistency when opening-for-write the name of a non-directory spelled with a trailing slash. * modules/chdir-safer: Likewise. * modules/chown: Likewise. * modules/clean-temp: Likewise. * modules/copy-file: Likewise. * modules/fchdir: Likewise. * modules/fcntl-safer: Likewise. * modules/pipe: Likewise. * modules/utime: Likewise. Prompted by Eric Blake and Bruno Haible.
author Jim Meyering <meyering@redhat.com>
date Tue, 24 Jun 2008 09:40:36 +0200
parents f85ffba5d0aa
children 35f0931dc243
line wrap: on
line source

Description:
File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.

Files:
lib/fcntl--.h
lib/creat-safer.c
lib/fcntl-safer.h
lib/open-safer.c
m4/fcntl-safer.m4

Depends-on:
open
unistd-safer

configure.ac:
gl_FCNTL_SAFER
gl_MODULE_INDICATOR([fcntl-safer])

Makefile.am:

Include:
"fcntl-safer.h"

License:
GPL

Maintainer:
Paul Eggert, Jim Meyering