]> Savannah Git Hosting - gnulib.git/commitdiff
Rename module dirent to dirent-h.
authorBruno Haible <bruno@clisp.org>
Fri, 27 Dec 2024 22:12:58 +0000 (23:12 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 27 Dec 2024 22:12:58 +0000 (23:12 +0100)
* 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.

26 files changed:
ChangeLog
doc/posix-headers/dirent.texi
modules/alphasort
modules/closedir
modules/dirent
modules/dirent-c++-tests [deleted file]
modules/dirent-h [new file with mode: 0644]
modules/dirent-h-c++-tests [new file with mode: 0644]
modules/dirent-h-tests [new file with mode: 0644]
modules/dirent-safer
modules/dirent-tests [deleted file]
modules/dirfd
modules/fchdir
modules/fdopendir
modules/file-has-acl
modules/opendir
modules/opendirat
modules/posixcheck
modules/readdir
modules/rewinddir
modules/savedir
modules/scandir
tests/test-dirent-c++.cc [deleted file]
tests/test-dirent-h-c++.cc [new file with mode: 0644]
tests/test-dirent-h.c [new file with mode: 0644]
tests/test-dirent.c [deleted file]

index f55968a730ab31a0b454f52bda8b754ba64a4abc..b687a049398ddea13ed4e7269d4758c69726aed6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2024-12-27  Bruno Haible  <bruno@clisp.org>
+
+       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  Bruno Haible  <bruno@clisp.org>
 
        Rename module arpa_inet to arpa_inet-h.
index e3531e607b3a9195a862c110a7776bb998c54387..28ebb10c923d8a1743a05645554a8a4b01ca806d 100644 (file)
@@ -3,8 +3,8 @@
 
 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/dirent.h.html}
 
-Gnulib module: dirent
-@mindex dirent
+Gnulib module: dirent-h
+@mindex dirent-h
 
 Portability problems fixed by Gnulib:
 @itemize
index 786fcce5e6376185bf13f8f51ed7db7f2912149a..bfded47ca4f5e9dffb215a3072ca2faedd439008 100644 (file)
@@ -6,7 +6,7 @@ lib/alphasort.c
 m4/alphasort.m4
 
 Depends-on:
-dirent
+dirent-h
 extensions
 
 configure.ac:
index 9353e11f1c2cfd47c71d57d09b0286ca2f5b7013..c20870db47703a75b89350c9325d09bc1ae6dafc 100644 (file)
@@ -7,7 +7,7 @@ lib/dirent-private.h
 m4/closedir.m4
 
 Depends-on:
-dirent
+dirent-h
 dirfd           [test $HAVE_CLOSEDIR = 0 || test $REPLACE_CLOSEDIR = 1]
 
 configure.ac:
index 2d2f6c4e5379fe9068150fd5b14f5ed27b7e84db..3b088461ae3fa94b5b43b35125cf4c62c9028d04 100644 (file)
@@ -1,70 +1,20 @@
 Description:
 A GNU-like <dirent.h>.
 
+Status:
+deprecated
+
+Notice:
+This module is deprecated. Use the module 'dirent-h' instead.
+
 Files:
-lib/dirent.in.h
-m4/dirent_h.m4
-m4/unistd_h.m4
-m4/pid_t.m4
 
 Depends-on:
-assert-h
-extensions
-gen-header
-include_next
-snippet/arg-nonnull
-snippet/c++defs
-snippet/warn-on-use
+dirent-h
 
 configure.ac:
-gl_DIRENT_H
-gl_DIRENT_H_REQUIRE_DEFAULTS
-AC_PROG_MKDIR_P
 
 Makefile.am:
-BUILT_SOURCES += dirent.h
-
-# We need the following in order to create <dirent.h> when the system
-# doesn't have one that works with the given compiler.
-dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
-       $(gl_V_at)$(SED_HEADER_STDOUT) \
-             -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
-             -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
-             -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-             -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-             -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-             -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
-             -e 's/@''DIR_HAS_FD_MEMBER''@/$(DIR_HAS_FD_MEMBER)/g' \
-             -e 's/@''GNULIB_OPENDIR''@/$(GNULIB_OPENDIR)/g' \
-             -e 's/@''GNULIB_READDIR''@/$(GNULIB_READDIR)/g' \
-             -e 's/@''GNULIB_REWINDDIR''@/$(GNULIB_REWINDDIR)/g' \
-             -e 's/@''GNULIB_CLOSEDIR''@/$(GNULIB_CLOSEDIR)/g' \
-             -e 's/@''GNULIB_DIRFD''@/$(GNULIB_DIRFD)/g' \
-             -e 's/@''GNULIB_FDOPENDIR''@/$(GNULIB_FDOPENDIR)/g' \
-             -e 's/@''GNULIB_SCANDIR''@/$(GNULIB_SCANDIR)/g' \
-             -e 's/@''GNULIB_ALPHASORT''@/$(GNULIB_ALPHASORT)/g' \
-             -e 's/@''HAVE_OPENDIR''@/$(HAVE_OPENDIR)/g' \
-             -e 's/@''HAVE_READDIR''@/$(HAVE_READDIR)/g' \
-             -e 's/@''HAVE_REWINDDIR''@/$(HAVE_REWINDDIR)/g' \
-             -e 's/@''HAVE_CLOSEDIR''@/$(HAVE_CLOSEDIR)/g' \
-             -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
-             -e 's|@''HAVE_DECL_FDOPENDIR''@|$(HAVE_DECL_FDOPENDIR)|g' \
-             -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
-             -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
-             -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
-             -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
-             -e 's|@''REPLACE_READDIR''@|$(REPLACE_READDIR)|g' \
-             -e 's|@''REPLACE_REWINDDIR''@|$(REPLACE_REWINDDIR)|g' \
-             -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
-             -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
-             -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
-             -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
-             -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
-             -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
-             $(srcdir)/dirent.in.h > $@-t
-       $(AM_V_at)mv $@-t $@
-MOSTLYCLEANFILES += dirent.h dirent.h-t
 
 Include:
 <dirent.h>
@@ -73,4 +23,3 @@ License:
 LGPLv2+
 
 Maintainer:
-all
diff --git a/modules/dirent-c++-tests b/modules/dirent-c++-tests
deleted file mode 100644 (file)
index a777848..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-Files:
-tests/test-dirent-c++.cc
-tests/signature.h
-
-Status:
-c++-test
-
-Depends-on:
-ansi-c++-opt
-
-configure.ac:
-
-Makefile.am:
-if ANSICXX
-TESTS += test-dirent-c++
-check_PROGRAMS += test-dirent-c++
-test_dirent_c___SOURCES = test-dirent-c++.cc
-test_dirent_c___LDADD = $(LDADD) $(LIBINTL) $(NANOSLEEP_LIB)
-endif
diff --git a/modules/dirent-h b/modules/dirent-h
new file mode 100644 (file)
index 0000000..2d2f6c4
--- /dev/null
@@ -0,0 +1,76 @@
+Description:
+A GNU-like <dirent.h>.
+
+Files:
+lib/dirent.in.h
+m4/dirent_h.m4
+m4/unistd_h.m4
+m4/pid_t.m4
+
+Depends-on:
+assert-h
+extensions
+gen-header
+include_next
+snippet/arg-nonnull
+snippet/c++defs
+snippet/warn-on-use
+
+configure.ac:
+gl_DIRENT_H
+gl_DIRENT_H_REQUIRE_DEFAULTS
+AC_PROG_MKDIR_P
+
+Makefile.am:
+BUILT_SOURCES += dirent.h
+
+# We need the following in order to create <dirent.h> when the system
+# doesn't have one that works with the given compiler.
+dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
+             -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
+             -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
+             -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
+             -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
+             -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
+             -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
+             -e 's/@''DIR_HAS_FD_MEMBER''@/$(DIR_HAS_FD_MEMBER)/g' \
+             -e 's/@''GNULIB_OPENDIR''@/$(GNULIB_OPENDIR)/g' \
+             -e 's/@''GNULIB_READDIR''@/$(GNULIB_READDIR)/g' \
+             -e 's/@''GNULIB_REWINDDIR''@/$(GNULIB_REWINDDIR)/g' \
+             -e 's/@''GNULIB_CLOSEDIR''@/$(GNULIB_CLOSEDIR)/g' \
+             -e 's/@''GNULIB_DIRFD''@/$(GNULIB_DIRFD)/g' \
+             -e 's/@''GNULIB_FDOPENDIR''@/$(GNULIB_FDOPENDIR)/g' \
+             -e 's/@''GNULIB_SCANDIR''@/$(GNULIB_SCANDIR)/g' \
+             -e 's/@''GNULIB_ALPHASORT''@/$(GNULIB_ALPHASORT)/g' \
+             -e 's/@''HAVE_OPENDIR''@/$(HAVE_OPENDIR)/g' \
+             -e 's/@''HAVE_READDIR''@/$(HAVE_READDIR)/g' \
+             -e 's/@''HAVE_REWINDDIR''@/$(HAVE_REWINDDIR)/g' \
+             -e 's/@''HAVE_CLOSEDIR''@/$(HAVE_CLOSEDIR)/g' \
+             -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
+             -e 's|@''HAVE_DECL_FDOPENDIR''@|$(HAVE_DECL_FDOPENDIR)|g' \
+             -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
+             -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
+             -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
+             -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
+             -e 's|@''REPLACE_READDIR''@|$(REPLACE_READDIR)|g' \
+             -e 's|@''REPLACE_REWINDDIR''@|$(REPLACE_REWINDDIR)|g' \
+             -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
+             -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
+             -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
+             -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
+             -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
+             -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
+             $(srcdir)/dirent.in.h > $@-t
+       $(AM_V_at)mv $@-t $@
+MOSTLYCLEANFILES += dirent.h dirent.h-t
+
+Include:
+<dirent.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+all
diff --git a/modules/dirent-h-c++-tests b/modules/dirent-h-c++-tests
new file mode 100644 (file)
index 0000000..4964c3e
--- /dev/null
@@ -0,0 +1,19 @@
+Files:
+tests/test-dirent-h-c++.cc
+tests/signature.h
+
+Status:
+c++-test
+
+Depends-on:
+ansi-c++-opt
+
+configure.ac:
+
+Makefile.am:
+if ANSICXX
+TESTS += test-dirent-h-c++
+check_PROGRAMS += test-dirent-h-c++
+test_dirent_h_c___SOURCES = test-dirent-h-c++.cc
+test_dirent_h_c___LDADD = $(LDADD) $(LIBINTL) $(NANOSLEEP_LIB)
+endif
diff --git a/modules/dirent-h-tests b/modules/dirent-h-tests
new file mode 100644 (file)
index 0000000..5b97068
--- /dev/null
@@ -0,0 +1,11 @@
+Files:
+tests/test-dirent-h.c
+
+Depends-on:
+dirent-h-c++-tests
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-dirent-h
+check_PROGRAMS += test-dirent-h
index 4ea4a25612834070977a15a73916d7dad1740255..2d3c059e388420e9f223516f5b7cff609939b028 100644 (file)
@@ -8,7 +8,7 @@ lib/opendir-safer.c
 m4/dirent-safer.m4
 
 Depends-on:
-dirent
+dirent-h
 closedir
 dirfd
 fcntl
diff --git a/modules/dirent-tests b/modules/dirent-tests
deleted file mode 100644 (file)
index 9e6f9a4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-Files:
-tests/test-dirent.c
-
-Depends-on:
-dirent-c++-tests
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-dirent
-check_PROGRAMS += test-dirent
index a87fa8b2e72ef21cb863a6c9ba19d585efc98393..9f20c05cb1cf3cbe7e1715a3e495c357033467dd 100644 (file)
@@ -7,7 +7,7 @@ lib/dirent-private.h
 m4/dirfd.m4
 
 Depends-on:
-dirent
+dirent-h
 extensions
 errno           [test $HAVE_DIRFD = 0 || test $REPLACE_DIRFD = 1]
 
index 084806941be368cc6c9709b7a3d98a5fe23b82b8..df69fe0b44b27ab39c466d4e45b2b808cb0f6021 100644 (file)
@@ -6,7 +6,7 @@ lib/fchdir.c
 m4/fchdir.m4
 
 Depends-on:
-dirent
+dirent-h
 unistd
 assure           [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
 chdir            [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
index 7412254b6e2a311b4c84fb3f3447a04d6b90e19a..a47049f377cbb392a88f5752e0926b786bffe1d3 100644 (file)
@@ -7,7 +7,7 @@ lib/dirent-private.h
 m4/fdopendir.m4
 
 Depends-on:
-dirent
+dirent-h
 extensions
 at-internal     [test $HAVE_FDOPENDIR = 0]
 dirfd           [test $HAVE_FDOPENDIR = 0]
index 2fac2027da93099b6e921ff5fcbc60b27650809a..ad06e7f0cc0a34f93649ece5497fe00b5703f556 100644 (file)
@@ -11,7 +11,7 @@ Depends-on:
 acl-permissions
 assert-h
 attribute
-dirent
+dirent-h
 errno
 extern-inline
 minmax
index e0334d31be1f2ad0975e774b5dc2fc5c92113631..17df7ad399d58e5ba4c55be908972d61220e52e6 100644 (file)
@@ -7,7 +7,7 @@ lib/dirent-private.h
 m4/opendir.m4
 
 Depends-on:
-dirent
+dirent-h
 largefile
 filename        [test $HAVE_OPENDIR = 0 || test $REPLACE_OPENDIR = 1]
 unistd          [test $HAVE_OPENDIR = 0 || test $REPLACE_OPENDIR = 1]
index 61500512eeef9e64cbabe2b64fb8d7f933e9cbc3..d62627cf7c1733926a65806d8e01d34affa99604 100644 (file)
@@ -7,7 +7,7 @@ lib/opendirat.h
 
 Depends-on:
 c99
-dirent
+dirent-h
 fcntl-h
 fdopendir
 openat
index f1cc19b1ae06d2f04734cf470df8a678939e60a1..e84a28279bd69566bba365d006f4223d2c412ee2 100644 (file)
@@ -9,7 +9,7 @@ Depends-on:
 # All modules that depend on 'snippet/warn-on-use'.
 arpa_inet-h
 ctype
-dirent
+dirent-h
 fcntl-h
 fnmatch-h
 glob-h
index 111fd307af6674461aec79f5952ea90af937ce0c..ec86f417f11e32927b91891ee9df71e91856d8c1 100644 (file)
@@ -7,7 +7,7 @@ lib/dirent-private.h
 m4/readdir.m4
 
 Depends-on:
-dirent
+dirent-h
 largefile
 
 configure.ac:
index e4ccd2a6a5b854ed97c6b36860415b83c43fb3e0..8af849f6f5786fdd0402cce3dad3bf9633108280 100644 (file)
@@ -8,7 +8,7 @@ lib/dirent-private.h
 m4/rewinddir.m4
 
 Depends-on:
-dirent
+dirent-h
 largefile
 
 configure.ac:
index e88373c16e2568b799ac63599f736169af4329ff..04253cc6457a17828f2d79ba5a7f3e2b382b9d3a 100644 (file)
@@ -9,7 +9,7 @@ m4/savedir.m4
 Depends-on:
 attribute
 closedir
-dirent
+dirent-h
 fdopendir
 free-posix
 opendir
index fa58900904ee4f5283bf524ae95e5d06d824b73c..38ab51386a80d121573973c2b7fcb88e1838832f 100644 (file)
@@ -8,7 +8,7 @@ m4/scandir.m4
 Depends-on:
 builtin-expect
 closedir
-dirent
+dirent-h
 extensions
 extensions-aix
 largefile
diff --git a/tests/test-dirent-c++.cc b/tests/test-dirent-c++.cc
deleted file mode 100644 (file)
index bf63c19..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-/* Test of <dirent.h> substitute in C++ mode.
-   Copyright (C) 2010-2024 Free Software Foundation, Inc.
-
-   This program is free software: you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation, either version 3 of the License, or
-   (at your option) any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
-
-/* Written by Bruno Haible <bruno@clisp.org>, 2010.  */
-
-#define GNULIB_NAMESPACE gnulib
-#include <config.h>
-
-#include <dirent.h>
-
-#include "signature.h"
-
-
-#if GNULIB_TEST_OPENDIR
-SIGNATURE_CHECK (GNULIB_NAMESPACE::opendir, DIR *, (const char *));
-#endif
-
-#if GNULIB_TEST_READDIR
-SIGNATURE_CHECK (GNULIB_NAMESPACE::readdir, struct dirent *, (DIR *));
-#endif
-
-#if GNULIB_TEST_REWINDDIR
-SIGNATURE_CHECK (GNULIB_NAMESPACE::rewinddir, void, (DIR *));
-#endif
-
-#if GNULIB_TEST_CLOSEDIR
-SIGNATURE_CHECK (GNULIB_NAMESPACE::closedir, int, (DIR *));
-#endif
-
-#if GNULIB_TEST_DIRFD
-SIGNATURE_CHECK (GNULIB_NAMESPACE::dirfd, int, (DIR *));
-#endif
-
-#if GNULIB_TEST_FDOPENDIR
-SIGNATURE_CHECK (GNULIB_NAMESPACE::fdopendir, DIR *, (int));
-#endif
-
-#if GNULIB_TEST_SCANDIR
-SIGNATURE_CHECK (GNULIB_NAMESPACE::scandir, int,
-                 (const char *, struct dirent ***,
-                  int (*) (const struct dirent *),
-                  int (*) (const struct dirent **, const struct dirent **)));
-#endif
-
-#if GNULIB_TEST_ALPHASORT
-SIGNATURE_CHECK (GNULIB_NAMESPACE::alphasort, int,
-                 (const struct dirent **, const struct dirent **));
-#endif
-
-
-int
-main ()
-{
-}
diff --git a/tests/test-dirent-h-c++.cc b/tests/test-dirent-h-c++.cc
new file mode 100644 (file)
index 0000000..bf63c19
--- /dev/null
@@ -0,0 +1,67 @@
+/* Test of <dirent.h> substitute in C++ mode.
+   Copyright (C) 2010-2024 Free Software Foundation, Inc.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
+/* Written by Bruno Haible <bruno@clisp.org>, 2010.  */
+
+#define GNULIB_NAMESPACE gnulib
+#include <config.h>
+
+#include <dirent.h>
+
+#include "signature.h"
+
+
+#if GNULIB_TEST_OPENDIR
+SIGNATURE_CHECK (GNULIB_NAMESPACE::opendir, DIR *, (const char *));
+#endif
+
+#if GNULIB_TEST_READDIR
+SIGNATURE_CHECK (GNULIB_NAMESPACE::readdir, struct dirent *, (DIR *));
+#endif
+
+#if GNULIB_TEST_REWINDDIR
+SIGNATURE_CHECK (GNULIB_NAMESPACE::rewinddir, void, (DIR *));
+#endif
+
+#if GNULIB_TEST_CLOSEDIR
+SIGNATURE_CHECK (GNULIB_NAMESPACE::closedir, int, (DIR *));
+#endif
+
+#if GNULIB_TEST_DIRFD
+SIGNATURE_CHECK (GNULIB_NAMESPACE::dirfd, int, (DIR *));
+#endif
+
+#if GNULIB_TEST_FDOPENDIR
+SIGNATURE_CHECK (GNULIB_NAMESPACE::fdopendir, DIR *, (int));
+#endif
+
+#if GNULIB_TEST_SCANDIR
+SIGNATURE_CHECK (GNULIB_NAMESPACE::scandir, int,
+                 (const char *, struct dirent ***,
+                  int (*) (const struct dirent *),
+                  int (*) (const struct dirent **, const struct dirent **)));
+#endif
+
+#if GNULIB_TEST_ALPHASORT
+SIGNATURE_CHECK (GNULIB_NAMESPACE::alphasort, int,
+                 (const struct dirent **, const struct dirent **));
+#endif
+
+
+int
+main ()
+{
+}
diff --git a/tests/test-dirent-h.c b/tests/test-dirent-h.c
new file mode 100644 (file)
index 0000000..e3b46a3
--- /dev/null
@@ -0,0 +1,32 @@
+/* Test of <dirent.h> substitute.
+   Copyright (C) 2009-2024 Free Software Foundation, Inc.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
+/* Written by Eric Blake <ebb9@byu.net>, 2009.  */
+
+#include <config.h>
+
+#include <dirent.h>
+
+/* Check for existence of required types.  */
+_GL_UNUSED static DIR *dir;
+static struct dirent d;
+static ino_t i;
+
+int
+main (void)
+{
+  return d.d_name[0] + i;
+}
diff --git a/tests/test-dirent.c b/tests/test-dirent.c
deleted file mode 100644 (file)
index e3b46a3..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/* Test of <dirent.h> substitute.
-   Copyright (C) 2009-2024 Free Software Foundation, Inc.
-
-   This program is free software: you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation, either version 3 of the License, or
-   (at your option) any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
-
-/* Written by Eric Blake <ebb9@byu.net>, 2009.  */
-
-#include <config.h>
-
-#include <dirent.h>
-
-/* Check for existence of required types.  */
-_GL_UNUSED static DIR *dir;
-static struct dirent d;
-static ino_t i;
-
-int
-main (void)
-{
-  return d.d_name[0] + i;
-}