mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
604083f443
* modules/dirent-h: Renamed from modules/dirent. * modules/dirent-h-tests: Renamed from modules/dirent-tests. * modules/dirent-h-c++-tests: Renamed from modules/dirent-c++-tests. * tests/test-dirent-h.c: Renamed from tests/test-dirent.c. * tests/test-dirent-h-c++.cc: Renamed from tests/test-dirent-c++.cc. * doc/posix-headers/dirent.texi: Update. * modules/* (Depends-on): Update. * modules/dirent: New file.
32 lines
535 B
Plaintext
32 lines
535 B
Plaintext
Description:
|
|
closedir() function: stop reading the entries of a directory
|
|
|
|
Files:
|
|
lib/closedir.c
|
|
lib/dirent-private.h
|
|
m4/closedir.m4
|
|
|
|
Depends-on:
|
|
dirent-h
|
|
dirfd [test $HAVE_CLOSEDIR = 0 || test $REPLACE_CLOSEDIR = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_CLOSEDIR
|
|
gl_CONDITIONAL([GL_COND_OBJ_CLOSEDIR],
|
|
[test $HAVE_CLOSEDIR = 0 || test $REPLACE_CLOSEDIR = 1])
|
|
gl_DIRENT_MODULE_INDICATOR([closedir])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_CLOSEDIR
|
|
lib_SOURCES += closedir.c
|
|
endif
|
|
|
|
Include:
|
|
<dirent.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|