utime: Fix a test failure on macOS 10.13.
[gnulib.git] / doc / glibc-functions / mremap.texi
blobf481765dbc4aa8c1171d9b4952e859f99abec20a
1 @node mremap
2 @subsection @code{mremap}
3 @findex mremap
5 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-mremap.html}
7 Documentation:
8 @itemize
9 @item
10 @ifinfo
11 @ref{Memory-mapped I/O,,Memory-mapped I/O,libc},
12 @end ifinfo
13 @ifnotinfo
14 @url{https://www.gnu.org/software/libc/manual/html_node/Memory_002dmapped-I_002fO.html},
15 @end ifnotinfo
16 @item
17 @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/mremap.2.html,,man mremap}.
18 @end itemize
20 Gnulib module: ---
22 Portability problems fixed by Gnulib:
23 @itemize
24 @end itemize
26 Portability problems not fixed by Gnulib:
27 @itemize
28 @item
29 This function is missing on many platforms:
30 Mac OS X 10.13, FreeBSD 6.0, NetBSD 3.0, OpenBSD 6.7, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14.
31 @end itemize