* modules/fchmodat (Depends-on): Remove openat. Even though
fchmodat.c calls openat, that call is used only on platforms
that do not need anything that the openat module supplies.
Removing the unnecessary dependency simplifies GNU Emacs.
+2025-11-02 Paul Eggert <eggert@cs.ucla.edu>
+
+ fchmodat: don’t depend on openat
+ * modules/fchmodat (Depends-on): Remove openat. Even though
+ fchmodat.c calls openat, that call is used only on platforms
+ that do not need anything that the openat module supplies.
+ Removing the unnecessary dependency simplifies GNU Emacs.
+
2025-11-02 Collin Funk <collin.funk1@gmail.com>
fts tests: Add a test for FTS_MOUNT.
intprops [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
c99 [test $REPLACE_FCHMODAT = 1]
issymlinkat [test $REPLACE_FCHMODAT = 1]
-openat [test $REPLACE_FCHMODAT = 1]
at-internal [test $HAVE_FCHMODAT = 0]
chmod [test $HAVE_FCHMODAT = 0]
extern-inline [test $HAVE_FCHMODAT = 0]