poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / mprotect.texi
blob320d43b309288d880c39baf8f6982df37d0200b3
1 @node mprotect
2 @section @code{mprotect}
3 @findex mprotect
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/mprotect.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 Minix 3.1.8, mingw, MSVC 14.
18 @item
19 This function does not set @code{errno} on some platforms:
20 mingw.
21 @item
22 On AIX, it is not possible to use @code{mprotect} on memory regions allocated
23 with @code{malloc}.
24 @end itemize