From 6dce68669fab42bf5eeb6744a148c1928235ce54 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 16 Dec 2018 05:40:53 +0100 Subject: [PATCH] localename: Update comments. * lib/localename.c (HAVE_USELOCALE): Update list of platforms. --- ChangeLog | 5 +++++ lib/localename.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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. */ -- 2.39.5