utime: Fix a test failure on macOS 10.13.
[gnulib.git] / doc / glibc-functions / mempcpy.texi
blob5dda24b3180f5511dcbf71ae10f3a1408f6da9d4
1 @node mempcpy
2 @subsection @code{mempcpy}
3 @findex mempcpy
5 Documentation:
6 @itemize
7 @item
8 @ifinfo
9 @ref{Copying Strings and Arrays,,Copying Strings and Arrays,libc},
10 @end ifinfo
11 @ifnotinfo
12 @url{https://www.gnu.org/software/libc/manual/html_node/Copying-Strings-and-Arrays.html},
13 @end ifnotinfo
14 @item
15 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/mempcpy.3.html,,man mempcpy}.
16 @end itemize
18 Gnulib module: mempcpy
20 Portability problems fixed by Gnulib:
21 @itemize
22 @item
23 This function is missing on some platforms:
24 Mac OS X 10.13, FreeBSD 6.0, NetBSD 9.0, OpenBSD 6.7, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.4, mingw, MSVC 14, Android 5.1.
25 @end itemize
27 Portability problems not fixed by Gnulib:
28 @itemize
29 @end itemize