poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / c32rtomb.texi
blob9a2c3f0b0c9b89ad11409f58d0d80af9d19f59a6
1 @node c32rtomb
2 @section @code{c32rtomb}
3 @findex c32rtomb
5 Gnulib module: c32rtomb
7 Portability problems fixed by Gnulib:
8 @itemize
9 @item
10 This function is missing on most non-glibc platforms:
11 glibc 2.15, Mac OS X 10.13, FreeBSD 6.4, NetBSD 9.0, OpenBSD 6.7, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11.3, Cygwin 2.9, mingw, MSVC 9, Android 4.4.
12 @item
13 This function returns 0 when the first argument is NULL in some locales on some platforms:
14 AIX 7.2.
15 @end itemize
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @item
20 This function is only defined as an inline function on some platforms:
21 Haiku 2020.
22 @end itemize