poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / duplocale.texi
blobcf80f06fc1fa7d6f4e6dcbc68c3e171995e64fbb
1 @node duplocale
2 @section @code{duplocale}
3 @findex duplocale
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/duplocale.html}
7 Gnulib module: duplocale
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 The argument @code{LC_GLOBAL_LOCALE} is not supported on some platforms:
13 glibc 2.11, AIX 7.1.
14 @item
15 With the argument @code{LC_GLOBAL_LOCALE}, this function returns a wrong result
16 on some platforms:
17 NetBSD 7.1.
18 @end itemize
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @item
23 This function is missing on many platforms:
24 FreeBSD 9.0, NetBSD 5.0, OpenBSD 6.1, Minix 3.1.8, AIX 6.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Cygwin 2.5.x, mingw, MSVC 14, Android 4.4.
25 @item
26 This function is useless because the @code{locale_t} type is not defined
27 on some platforms:
28 z/OS.
29 @end itemize