summaryrefslogtreecommitdiff
path: root/gnulib/modules/savewd
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/savewd')
m---------gnulib0
-rw-r--r--gnulib/modules/savewd34
2 files changed, 34 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/savewd b/gnulib/modules/savewd
new file mode 100644
index 0000000..9a7b8c7
--- /dev/null
+++ b/gnulib/modules/savewd
@@ -0,0 +1,34 @@
+Description:
+Save and restore the working directory, possibly using a child process.
+
+Files:
+lib/savewd.h
+lib/savewd.c
+m4/savewd.m4
+
+Depends-on:
+chdir
+dosname
+errno
+fchdir
+fcntl-safer
+fcntl-h
+raise
+stdbool
+stdlib
+xalloc
+
+configure.ac:
+gl_SAVEWD
+
+Makefile.am:
+lib_SOURCES += savewd.h savewd.c
+
+Include:
+"savewd.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering