From eba8d7accbafc1ba59cbd7bf251b88ff4646f975 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 4 Dec 2007 09:44:15 +0100 Subject: [PATCH] Mention a mingw problem. --- ChangeLog | 4 ++++ doc/functions/mprotect.texi | 3 +++ 2 files changed, 7 insertions(+) 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 -- 2.30.2