utime: Fix a test failure on macOS 10.13.
[gnulib.git] / doc / glibc-functions / argz_insert.texi
bloba8e6913a32d255a13de956654331d3a72fb76dc6
1 @node argz_insert
2 @subsection @code{argz_insert}
3 @findex argz_insert
5 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-argz-add.html}
7 Documentation:
8 @itemize
9 @item
10 @ifinfo
11 @ref{Argz Functions,,Argz Functions,libc},
12 @end ifinfo
13 @ifnotinfo
14 @url{https://www.gnu.org/software/libc/manual/html_node/Argz-Functions.html},
15 @end ifnotinfo
16 @item
17 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/argz_insert.3.html,,man argz_insert}.
18 @end itemize
20 Gnulib module: argz
22 Portability problems fixed by Gnulib:
23 @itemize
24 @item
25 This function is missing on some platforms:
26 Mac OS X 10.13, FreeBSD 6.0, NetBSD 9.0, OpenBSD 6.7, Minix 3.1.8, AIX 5.1, HP-UX 11,
27 IRIX 6.5, Solaris 11.4, mingw, MSVC 14, Android 9.0.
29 @item
30 This function is broken on some platforms:
31 Cygwin 1.5.24.
32 @end itemize
34 Portability problems not fixed by Gnulib:
35 @itemize
36 @end itemize