repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Assume Autoconf >= 2.63.
[gnulib.git]
/
modules
/
savewd
blob
a6c82672fb437f46ba2597ec4904591ae2c8bc5d
1
Description:
2
Save and restore the working directory, possibly using a child process.
3
4
Files:
5
lib/savewd.h
6
lib/savewd.c
7
m4/savewd.m4
8
9
Depends-on:
10
assure
11
chdir
12
dosname
13
errno
14
extern-inline
15
fchdir
16
fcntl-safer
17
fcntl-h
18
raise
19
stdbool
20
stdlib
21
sys_wait
22
xalloc
23
24
configure.ac:
25
gl_SAVEWD
26
27
Makefile.am:
28
lib_SOURCES += savewd.h savewd.c
29
30
Include:
31
"savewd.h"
32
33
License:
34
GPL
35
36
Maintainer:
37
Paul Eggert, Jim Meyering