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
strsignal-tests: Fix test failure on macOS 10.13.
[gnulib.git]
/
modules
/
readdir
blob
122ae5b3d0f4353e99b52615f3a01a6f2902b1ec
1
Description:
2
readdir() function: read the next entry of a directory
3
4
Files:
5
lib/readdir.c
6
lib/dirent-private.h
7
m4/readdir.m4
8
9
Depends-on:
10
dirent
11
largefile
12
13
configure.ac:
14
gl_FUNC_READDIR
15
if test $HAVE_READDIR = 0; then
16
AC_LIBOBJ([readdir])
17
fi
18
gl_DIRENT_MODULE_INDICATOR([readdir])
19
20
Makefile.am:
21
22
Include:
23
<dirent.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all