Branch
Hash :
604083f4
Author :
Date :
2024-12-27T23:12:58
Rename module dirent to dirent-h. * 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.
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 35 36 37 38
Description:
scandir() function: collect entries of a directory
Files:
lib/scandir.c
m4/scandir.m4
Depends-on:
builtin-expect
closedir
dirent-h
extensions
extensions-aix
largefile
opendir
readdir
configure.ac:
gl_FUNC_SCANDIR
gl_CONDITIONAL([GL_COND_OBJ_SCANDIR], [test $HAVE_SCANDIR = 0])
AM_COND_IF([GL_COND_OBJ_SCANDIR], [
gl_PREREQ_SCANDIR
])
gl_DIRENT_MODULE_INDICATOR([scandir])
Makefile.am:
if GL_COND_OBJ_SCANDIR
lib_SOURCES += scandir.c
endif
Include:
<dirent.h>
License:
LGPL
Maintainer:
all, glibc