utime: Fix a test failure on macOS 10.13.
[gnulib.git] / doc / glibc-functions / argz_create_sep.texi
blobe225208c289b28d5728450e8471e5344b8058c4b
1 @node argz_create_sep
2 @subsection @code{argz_create_sep}
3 @findex argz_create_sep
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_create_sep.3.html,,man argz_create_sep}.
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