blob: 8d5e1058d89de33051bc84b5111b3b7bd32297dd (
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
31
32
33
34
|
Description:
scandir() function: collect entries of a directory
Files:
lib/scandir.c
m4/scandir.m4
Depends-on:
builtin-expect
closedir
dirent
extensions
largefile
opendir
readdir
configure.ac:
gl_FUNC_SCANDIR
if test $HAVE_SCANDIR = 0; then
AC_LIBOBJ([scandir])
gl_PREREQ_SCANDIR
fi
gl_DIRENT_MODULE_INDICATOR([scandir])
Makefile.am:
Include:
<dirent.h>
License:
LGPL
Maintainer:
all, glibc
|