]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
localename: Update comments.
authorBruno Haible <bruno@clisp.org>
Sun, 16 Dec 2018 04:40:53 +0000 (05:40 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 16 Dec 2018 04:40:53 +0000 (05:40 +0100)
* lib/localename.c (HAVE_USELOCALE): Update list of platforms.

ChangeLog
lib/localename.c

index e983224cc998e80acd0d1e8061646b4f9e1b9d5d..4ac6b8c0fce67269c609ea3aa420b1934e4ad408 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-12-16  Bruno Haible  <bruno@clisp.org>
+
+       localename: Update comments.
+       * lib/localename.c (HAVE_USELOCALE): Update list of platforms.
+
 2018-12-15  Jim Meyering  <meyering@fb.com>
 
        regex: fix indentation
index 3fddbf988d5bd2b7d21072d48e25fc8d99d84e93..aa3cc13f1d046f4ac4f16f52643cc655bfdcfd53 100644 (file)
@@ -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.  */