mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/fcntl-safer.m4 (gl_OPENAT_SAFER): Remove AC_LIBOBJ invocation. * modules/openat-safer (Makefile.am): Augment lib_SOURCES.
30 lines
366 B
Plaintext
30 lines
366 B
Plaintext
Description:
|
|
openat function that avoids clobbering std{in,out,err}.
|
|
|
|
Files:
|
|
lib/fcntl--.h
|
|
lib/fcntl-safer.h
|
|
lib/openat-safer.c
|
|
m4/fcntl-safer.m4
|
|
|
|
Depends-on:
|
|
fcntl-safer
|
|
openat
|
|
unistd-safer
|
|
|
|
configure.ac:
|
|
gl_OPENAT_SAFER
|
|
gl_MODULE_INDICATOR([openat-safer])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += openat-safer.c
|
|
|
|
Include:
|
|
"fcntl-safer.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Eric Blake
|