mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* modules/chdir-long (Depends-on): Add fchdir. * modules/chdir-safer (Depends-on): Likewise. * modules/fts (Depends-on): Likewise. * modules/fts-lgpl (Depends-on): Likewise. * modules/openat (Depends-on): Likewise. * modules/savewd (Depends-on): Likewise.
33 lines
350 B
Plaintext
33 lines
350 B
Plaintext
Description:
|
|
Save and restore the working directory, possibly using a child process.
|
|
|
|
Files:
|
|
lib/savewd.h
|
|
lib/savewd.c
|
|
m4/savewd.m4
|
|
|
|
Depends-on:
|
|
dirname
|
|
exit
|
|
fchdir
|
|
fcntl-safer
|
|
fcntl
|
|
raise
|
|
stdbool
|
|
xalloc
|
|
|
|
configure.ac:
|
|
gl_SAVEWD
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += savewd.h savewd.c
|
|
|
|
Include:
|
|
"savewd.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|