ptsname_r: support ptys returned by FreeBSD posix_openpt
[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 fchdir
14 fcntl-safer
15 fcntl-h
16 raise
17 stdbool
18 stdlib
19 sys_wait
20 xalloc
21
22 configure.ac:
23 gl_SAVEWD
24
25 Makefile.am:
26 lib_SOURCES += savewd.h savewd.c
27
28 Include:
29 "savewd.h"
30
31 License:
32 GPL
33
34 Maintainer:
35 Paul Eggert, Jim Meyering