NEWS.stable: log cherry-pick [ae006b4]->[4a9738e] strtoimax: Avoid link error on...
[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 dosname
11 errno
12 fchdir
13 fcntl-safer
14 fcntl-h
15 raise
16 stdbool
17 stdlib
18 xalloc
19
20 configure.ac:
21 gl_SAVEWD
22
23 Makefile.am:
24 lib_SOURCES += savewd.h savewd.c
25
26 Include:
27 "savewd.h"
28
29 License:
30 GPL
31
32 Maintainer:
33 Paul Eggert, Jim Meyering