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=0de9c6d15ac905a2150007add13f43434530b97c;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 24ebe1c8c4..f5fe167e48 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 c3658219fb..952e153bcd 100644 --- a/lib/unistd.in.h +++ b/lib/unistd.in.h @@ -339,7 +339,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@