From: Collin Funk Date: Tue, 3 Jun 2025 19:55:03 +0000 (-0700) Subject: setlocale: Update a comment. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61c4a6ae9ebdbabdfdcc0175b6f467419bada300;p=thirdparty%2Fgnulib.git setlocale: Update a comment. * lib/setlocale.c: Mention that gl_locale_name_from_win32_LANGID is now defined in localename-unsafe.c instead of localename.c. --- diff --git a/ChangeLog b/ChangeLog index 93503e5aaf..abd0ee05b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-06-03 Collin Funk + + setlocale: Update a comment. + * lib/setlocale.c: Mention that gl_locale_name_from_win32_LANGID is now + defined in localename-unsafe.c instead of localename.c. + 2025-06-03 Bruno Haible stdcountof-h tests: Fix compilation error with gcc versions < 15. diff --git a/lib/setlocale.c b/lib/setlocale.c index b5a9bdf89c..ea8b4ba89b 100644 --- a/lib/setlocale.c +++ b/lib/setlocale.c @@ -464,7 +464,7 @@ static const struct table_entry language_table[] = /* Table from ISO 3166 country code to English name. Keep in sync with the gl_locale_name_from_win32_LANGID function in - localename.c! */ + localename-unsafe.c! */ static const struct table_entry country_table[] = { { "AE", "U.A.E." },