repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fsusage, mountlist, getloadavg, getgroups: Remove support for Ultrix.
[gnulib.git]
/
modules
/
rewinddir
blob
b95980df584764356116575cb35716771b9dec14
1
Description:
2
rewinddir() function: restart reading the entries of a directory from the
3
beginning
4
5
Files:
6
lib/rewinddir.c
7
lib/dirent-private.h
8
m4/rewinddir.m4
9
10
Depends-on:
11
dirent
12
largefile
13
14
configure.ac:
15
gl_FUNC_REWINDDIR
16
if test $HAVE_REWINDDIR = 0; then
17
AC_LIBOBJ([rewinddir])
18
fi
19
gl_DIRENT_MODULE_INDICATOR([rewinddir])
20
21
Makefile.am:
22
23
Include:
24
<dirent.h>
25
26
License:
27
LGPL
28
29
Maintainer:
30
all