From: Bruno Haible Date: Sun, 16 Dec 2018 04:40:53 +0000 (+0100) Subject: localename: Update comments. X-Git-Tag: v1.0~5230 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6dce68669fab42bf5eeb6744a148c1928235ce54;p=thirdparty%2Fgnulib.git localename: Update comments. * lib/localename.c (HAVE_USELOCALE): Update list of platforms. --- diff --git a/ChangeLog b/ChangeLog index e983224cc9..4ac6b8c0fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-12-16 Bruno Haible + + localename: Update comments. + * lib/localename.c (HAVE_USELOCALE): Update list of platforms. + 2018-12-15 Jim Meyering regex: fix indentation diff --git a/lib/localename.c b/lib/localename.c index 3fddbf988d..aa3cc13f1d 100644 --- a/lib/localename.c +++ b/lib/localename.c @@ -2623,7 +2623,8 @@ get_lcid (const char *locale_name) #endif -#if HAVE_USELOCALE /* glibc, Mac OS X, Solaris 11 OpenIndiana, or Solaris >= 11.4 */ +#if HAVE_USELOCALE /* glibc, Mac OS X, FreeBSD >= 9.1, AIX >= 7, + Solaris 11 OpenIndiana, or Solaris >= 11.4 */ /* Simple hash set of strings. We don't want to drag in lots of hash table code here. */