summaryrefslogtreecommitdiff
path: root/doc/posix-functions/duplocale.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-12-16 07:11:44 +0100
committerBruno Haible <bruno@clisp.org>2018-12-16 07:11:44 +0100
commit926aced790385d79a76b2ab614650af892e85ea1 (patch)
tree8f4e08d4ce223ddcc17c14940b7cb5facd16d2ed /doc/posix-functions/duplocale.texi
parent5c572752cf36caad097128458e408183569ab29c (diff)
downloadgnulib-926aced790385d79a76b2ab614650af892e85ea1.tar.gz
localename: Fix test failure on OpenBSD >= 6.2.
* m4/intl-thread-locale.m4 (gt_INTL_THREAD_LOCALE_NAME): Test for fake locale system. Define HAVE_FAKE_LOCALES in this case. * lib/localename.c (HAVE_GOOD_USELOCALE): New macro. Use it instead of HAVE_USELOCALE. * tests/test-localename.c (HAVE_GOOD_USELOCALE): New macro. Use it instead of HAVE_NEWLOCALE && HAVE_USELOCALE. * doc/posix-functions/uselocale.texi: Mention OpenBSD problem. Update platforms list. * doc/posix-functions/newlocale.texi: Likewise. * doc/posix-functions/duplocale.texi: Update platforms list. * doc/posix-functions/freelocale.texi: Likewise.
Diffstat (limited to 'doc/posix-functions/duplocale.texi')
-rw-r--r--doc/posix-functions/duplocale.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/duplocale.texi b/doc/posix-functions/duplocale.texi
index a328a67c8e..000300bec0 100644
--- a/doc/posix-functions/duplocale.texi
+++ b/doc/posix-functions/duplocale.texi
@@ -21,5 +21,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on many platforms:
-Mac OS X 10.3, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.3, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.4.
+Mac OS X 10.3, FreeBSD 9.0, NetBSD 5.0, OpenBSD 6.1, Minix 3.1.8, AIX 6.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.3, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.4.
@end itemize