xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / closedir
blob1ebff9ccad267d26f44e33f423edc670e50eb349
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
12 configure.ac:
13 gl_FUNC_CLOSEDIR
14 if test $HAVE_CLOSEDIR = 0 || test $REPLACE_CLOSEDIR = 1; then
15   AC_LIBOBJ([closedir])
17 gl_DIRENT_MODULE_INDICATOR([closedir])
19 Makefile.am:
21 Include:
22 <dirent.h>
24 License:
25 LGPL
27 Maintainer:
28 Bruno Haible