openat, save-cwd: avoid xmalloc
[pspp] / modules / save-cwd
1 Description:
2 Save and restore the current working directory.
3
4 Files:
5 lib/save-cwd.h
6 lib/save-cwd.c
7 m4/save-cwd.m4
8
9 Depends-on:
10 chdir-long
11 cloexec
12 getcwd
13 stdbool
14 unistd-safer
15
16 configure.ac:
17 gl_SAVE_CWD
18
19 Makefile.am:
20
21 Include:
22 "save-cwd.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Jim Meyering