39 lines
402 B
Plaintext
39 lines
402 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:
|
|
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
|