From: Bruno Haible Date: Mon, 29 Jul 2024 18:21:06 +0000 (+0200) Subject: chdir: Fix mistake in GNULIB_POSIXCHECK. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=fbf3d0dfbc2b90ec85b21e08401a921e9d270917;p=gnulib.git chdir: Fix mistake in GNULIB_POSIXCHECK. * lib/unistd.in.h: Don't attach the chdir warning to the 'chown' function. --- diff --git a/ChangeLog b/ChangeLog index 8f965cffeb..b2e8956caf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-07-29 Bruno Haible + + 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 atoll: Fix module dependencies. diff --git a/lib/unistd.in.h b/lib/unistd.in.h index 9ca377c4df..ae92587b6d 100644 --- a/lib/unistd.in.h +++ b/lib/unistd.in.h @@ -340,7 +340,7 @@ _GL_CXXALIASWARN (chdir); #elif defined GNULIB_POSIXCHECK # undef chdir # if HAVE_RAW_DECL_CHDIR -_GL_WARN_ON_USE (chown, "chdir is not always in - " +_GL_WARN_ON_USE (chdir, "chdir is not always in - " "use gnulib module chdir for portability"); # endif #elif @GNULIB_MDA_CHDIR@