summaryrefslogtreecommitdiff
path: root/modules/rewinddir
blob: b95980df584764356116575cb35716771b9dec14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description:
rewinddir() function: restart reading the entries of a directory from the
beginning

Files:
lib/rewinddir.c
lib/dirent-private.h
m4/rewinddir.m4

Depends-on:
dirent
largefile

configure.ac:
gl_FUNC_REWINDDIR
if test $HAVE_REWINDDIR = 0; then
  AC_LIBOBJ([rewinddir])
fi
gl_DIRENT_MODULE_INDICATOR([rewinddir])

Makefile.am:

Include:
<dirent.h>

License:
LGPL

Maintainer:
all