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
csharpcomp*, csharpexec*: Remove support for pnet.
[gnulib.git]
/
modules
/
scandir
blob
8d5e1058d89de33051bc84b5111b3b7bd32297dd
1
Description:
2
scandir() function: collect entries of a directory
3
4
Files:
5
lib/scandir.c
6
m4/scandir.m4
7
8
Depends-on:
9
builtin-expect
10
closedir
11
dirent
12
extensions
13
largefile
14
opendir
15
readdir
16
17
configure.ac:
18
gl_FUNC_SCANDIR
19
if test $HAVE_SCANDIR = 0; then
20
AC_LIBOBJ([scandir])
21
gl_PREREQ_SCANDIR
22
fi
23
gl_DIRENT_MODULE_INDICATOR([scandir])
24
25
Makefile.am:
26
27
Include:
28
<dirent.h>
29
30
License:
31
LGPL
32
33
Maintainer:
34
all, glibc