1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/readdir
Bruno Haible 604083f443 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.
2024-12-27 23:12:58 +01:00

32 lines
458 B
Plaintext

Description:
readdir() function: read the next entry of a directory
Files:
lib/readdir.c
lib/dirent-private.h
m4/readdir.m4
Depends-on:
dirent-h
largefile
configure.ac:
gl_FUNC_READDIR
gl_CONDITIONAL([GL_COND_OBJ_READDIR],
[test $HAVE_READDIR = 0 || test $REPLACE_READDIR = 1])
gl_DIRENT_MODULE_INDICATOR([readdir])
Makefile.am:
if GL_COND_OBJ_READDIR
lib_SOURCES += readdir.c
endif
Include:
<dirent.h>
License:
LGPLv2+
Maintainer:
all