mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
518 B
Plaintext
25 lines
518 B
Plaintext
@node mprotect
|
|
@section @code{mprotect}
|
|
@findex mprotect
|
|
|
|
POSIX specification: @url{http://www.opengroup.org/susv3xsh/mprotect.html}
|
|
|
|
Gnulib module: ---
|
|
|
|
Portability problems fixed by Gnulib:
|
|
@itemize
|
|
@end itemize
|
|
|
|
Portability problems not fixed by Gnulib:
|
|
@itemize
|
|
@item
|
|
This function is missing on some platforms:
|
|
mingw, BeOS.
|
|
@item
|
|
This function does not set @code{errno} on some platforms:
|
|
mingw.
|
|
@item
|
|
On AIX, it is not possible to use @code{mprotect} on memory regions allocated
|
|
with @code{malloc}.
|
|
@end itemize
|