summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-12-04 09:44:15 +0100
committerBruno Haible <bruno@clisp.org>2007-12-04 09:44:15 +0100
commiteba8d7accbafc1ba59cbd7bf251b88ff4646f975 (patch)
treed2e7687db59bd336aa6c376fe0d2cc52b10127a9
parente103c6654924b73ce10e660d99f44f01ee8dcf3f (diff)
downloadgnulib-eba8d7accbafc1ba59cbd7bf251b88ff4646f975.tar.gz
Mention a mingw problem.
-rw-r--r--ChangeLog4
-rw-r--r--doc/functions/mprotect.texi3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43d31a6994..2a0ff6e3bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-03 Bruno Haible <bruno@clisp.org>
+
+ * doc/functions/mprotect.texi: Mention the mingw problem.
+
2007-12-03 Eric Blake <ebb9@byu.net>
* 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