poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / stpcpy.texi
blob9de1e24f229c5f8b8384f2f07ad8872e60f9bd6b
1 @node stpcpy
2 @section @code{stpcpy}
3 @findex stpcpy
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/stpcpy.html}
7 Gnulib module: stpcpy
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin 1.5.x, mingw, MSVC 14, Android 4.4.
14 @item
15 This function cannot be called from plain inline or extern inline functions
16 on some platforms:
17 OS X 10.8.
18 @end itemize
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @end itemize