Hash :
4b506819
Author :
Date :
2024-11-06T13:22:32
savewd: don’t depend on fcntl-safer * lib/savewd.c: Don’t include fcntl-safer. [GNULIB_FCNTL_SAFER]: Include fcntl--.h. (savewd_save): Use open, not open_safer. * modules/savewd (Depends-on): Remove fcntl-safer.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
Description:
Save and restore the working directory, possibly using a child process.
Files:
lib/savewd.h
lib/savewd.c
m4/savewd.m4
Depends-on:
assure
attribute
chdir
errno
extern-inline
fchdir
fcntl-h
filename
raise
stdbool
stdlib
sys_wait
unistd
xalloc
configure.ac:
gl_SAVEWD
Makefile.am:
lib_SOURCES += savewd.h savewd.c
Include:
"savewd.h"
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering