posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / xgetcwd
blob21cef522cfc8b650026c0ab68aea22c47b44544b
1 Description:
2 Return the current working directory, without size limitations.
4 Files:
5 lib/xgetcwd.h
6 lib/xgetcwd.c
7 m4/xgetcwd.m4
9 Depends-on:
10 getcwd
11 xalloc
12 stdbool
14 configure.ac:
15 gl_XGETCWD
17 Makefile.am:
18 lib_SOURCES += xgetcwd.c
20 Include:
21 "xgetcwd.h"
23 License:
24 GPL
26 Maintainer:
27 Jim Meyering