* lib/unistd.in.h: Don't attach the chdir warning to the 'chown'
function.
+2024-07-29 Bruno Haible <bruno@clisp.org>
+
+ chdir: Fix mistake in GNULIB_POSIXCHECK.
+ * lib/unistd.in.h: Don't attach the chdir warning to the 'chown'
+ function.
+
2024-07-29 Bruno Haible <bruno@clisp.org>
atoll: Fix module dependencies.
#elif defined GNULIB_POSIXCHECK
# undef chdir
# if HAVE_RAW_DECL_CHDIR
-_GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
+_GL_WARN_ON_USE (chdir, "chdir is not always in <unistd.h> - "
"use gnulib module chdir for portability");
# endif
#elif @GNULIB_MDA_CHDIR@