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
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
closedir
blob
cdc0de30fb2f83d87d07be8c4336e49d6ad1cc7b
1
Description:
2
closedir() function: stop reading the entries of a directory
3
4
Files:
5
lib/closedir.c
6
lib/dirent-private.h
7
m4/closedir.m4
8
9
Depends-on:
10
dirent
11
dirfd [test $HAVE_CLOSEDIR = 0 || test $REPLACE_CLOSEDIR = 1]
12
13
configure.ac:
14
gl_FUNC_CLOSEDIR
15
if test $HAVE_CLOSEDIR = 0 || test $REPLACE_CLOSEDIR = 1; then
16
AC_LIBOBJ([closedir])
17
fi
18
gl_DIRENT_MODULE_INDICATOR([closedir])
19
20
Makefile.am:
21
22
Include:
23
<dirent.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all