verify: new macro 'assume'
[gnulib.git] / modules / savewd
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 chdir
11 dosname
12 errno
13 extern-inline
14 fchdir
15 fcntl-safer
16 fcntl-h
17 raise
18 stdbool
19 stdlib
20 sys_wait
21 xalloc
22
23 configure.ac:
24 gl_SAVEWD
25
26 Makefile.am:
27 lib_SOURCES += savewd.h savewd.c
28
29 Include:
30 "savewd.h"
31
32 License:
33 GPL
34
35 Maintainer:
36 Paul Eggert, Jim Meyering