* lib/unistd.in.h (fchownat, unlinkat): Fix module name in warning.
+2020-12-31 Bruno Haible <bruno@clisp.org>
+
+ unistd: Fix portability warnings.
+ * lib/unistd.in.h (fchownat, unlinkat): Fix module name in warning.
+
2020-12-31 Bruno Haible <bruno@clisp.org>
utime: Fix compilation error on macOS and Solaris 9 (regr. 2020-12-24).
# undef fchownat
# if HAVE_RAW_DECL_FCHOWNAT
_GL_WARN_ON_USE (fchownat, "fchownat is not portable - "
- "use gnulib module openat for portability");
+ "use gnulib module fchownat for portability");
# endif
#endif
# undef unlinkat
# if HAVE_RAW_DECL_UNLINKAT
_GL_WARN_ON_USE (unlinkat, "unlinkat is not portable - "
- "use gnulib module openat for portability");
+ "use gnulib module unlinkat for portability");
# endif
#endif