poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / iconv_close.texi
blobaac4e25b23d5d775ea9bc1b8859772771c9fba58
1 @node iconv_close
2 @section @code{iconv_close}
3 @findex iconv_close
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv_close.html}
7 Gnulib module: iconv
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 GNU libiconv is not found if installed in @file{$PREFIX/lib}.
13 @end itemize
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 This function is missing on some platforms:
19 Mac OS X 10.13, FreeBSD 6.0, OpenBSD 6.7, Minix 3.1.8, Cygwin 2.9, mingw, MSVC 14, Android 8.1,
20 when GNU libiconv is not installed.
21 @end itemize