posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / savedir
blob4210981565b1851a0aa30b12242e96a9d23ae7dc
1 Description:
2 Return the entries of a directory (just the names) as an argz string.
4 Files:
5 lib/savedir.h
6 lib/savedir.c
7 m4/savedir.m4
9 Depends-on:
10 closedir
11 dirent-safer
12 fdopendir
13 opendir
14 readdir
15 stpcpy
16 xalloc
18 configure.ac:
19 gl_SAVEDIR
21 Makefile.am:
22 lib_SOURCES += savedir.c
24 Include:
25 "savedir.h"
27 License:
28 GPL
30 Maintainer:
31 Jim Meyering