poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / wcspbrk.texi
blob662a0d7b7f0a2871fa06a1faf96d532b002520a7
1 @node wcspbrk
2 @section @code{wcspbrk}
3 @findex wcspbrk
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/wcspbrk.html}
7 Gnulib module: wcspbrk
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
17 accommodate all Unicode characters.
18 @end itemize