From: Bruno Haible Date: Tue, 4 Dec 2007 08:44:15 +0000 (+0100) Subject: Mention a mingw problem. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eba8d7accbafc1ba59cbd7bf251b88ff4646f975;p=pspp Mention a mingw problem. --- diff --git a/ChangeLog b/ChangeLog index 43d31a6994..2a0ff6e3bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-03 Bruno Haible + + * doc/functions/mprotect.texi: Mention the mingw problem. + 2007-12-03 Eric Blake * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure diff --git a/doc/functions/mprotect.texi b/doc/functions/mprotect.texi index 7ad3103dd1..79d8e0bedd 100644 --- a/doc/functions/mprotect.texi +++ b/doc/functions/mprotect.texi @@ -16,6 +16,9 @@ Portability problems not fixed by Gnulib: 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