poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / stpncpy.texi
blobad55f08dbc478ed468fa9216a43e012c26c40bb7
1 @node stpncpy
2 @section @code{stpncpy}
3 @findex stpncpy
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/stpncpy.html}
7 Gnulib module: stpncpy
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Mac OS X 10.5, FreeBSD 6.0, 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 has an incompatible return value on some platforms:
16 AIX 5.1.
17 @item
18 This function cannot be called from plain inline or extern inline functions
19 on some platforms:
20 OS X 10.8.
21 @end itemize
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @end itemize