poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / strfmon_l.texi
blob894c3cd8599c066cb583b83fcf283462b5ab1fb1
1 @node strfmon_l
2 @section @code{strfmon_l}
3 @findex strfmon_l
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/strfmon_l.html}
7 Gnulib module: strfmon_l
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function ignores the locale argument on some platforms:
13 FreeBSD 12.0, Cygwin 2.9.
14 @item
15 This function uses a wrong locale for the numbers on some platforms:
16 glibc 2.23.
17 @end itemize
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @item
22 This function is missing on many platforms:
23 FreeBSD 6.0, NetBSD 7.1, OpenBSD 6.7, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
24 @end itemize