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.
Description:
rewinddir() function: restart reading the entries of a directory from the
beginning
Files:
lib/rewinddir.c
lib/dirent-private.h
m4/rewinddir.m4
Depends-on:
dirent-h
largefile
configure.ac:
gl_FUNC_REWINDDIR
gl_CONDITIONAL([GL_COND_OBJ_REWINDDIR],
[test $HAVE_REWINDDIR = 0 || test $REPLACE_REWINDDIR = 1])
gl_DIRENT_MODULE_INDICATOR([rewinddir])
Makefile.am:
if GL_COND_OBJ_REWINDDIR
lib_SOURCES += rewinddir.c
endif
Include:
<dirent.h>
License:
LGPL
Maintainer:
all