posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / closedir
blobcdc0de30fb2f83d87d07be8c4336e49d6ad1cc7b
1 Description:
2 closedir() function: stop reading the entries of a directory
4 Files:
5 lib/closedir.c
6 lib/dirent-private.h
7 m4/closedir.m4
9 Depends-on:
10 dirent
11 dirfd           [test $HAVE_CLOSEDIR = 0 || test $REPLACE_CLOSEDIR = 1]
13 configure.ac:
14 gl_FUNC_CLOSEDIR
15 if test $HAVE_CLOSEDIR = 0 || test $REPLACE_CLOSEDIR = 1; then
16   AC_LIBOBJ([closedir])
18 gl_DIRENT_MODULE_INDICATOR([closedir])
20 Makefile.am:
22 Include:
23 <dirent.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all