From 0de9c6d15ac905a2150007add13f43434530b97c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 29 Jul 2024 20:21:06 +0200 Subject: [PATCH] chdir: Fix mistake in GNULIB_POSIXCHECK. * lib/unistd.in.h: Don't attach the chdir warning to the 'chown' function. --- ChangeLog | 6 ++++++ lib/unistd.in.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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@ -- 2.39.5