Mention a mingw problem.
authorBruno Haible <bruno@clisp.org>
Tue, 4 Dec 2007 08:44:15 +0000 (09:44 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 4 Dec 2007 08:44:15 +0000 (09:44 +0100)
ChangeLog
doc/functions/mprotect.texi

index 43d31a69944797f08f4e0d327d8eb38120fefd78..2a0ff6e3bbe59419b8b8964a776e91139d054842 100644 (file)
--- 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
index 7ad3103dd10308dd2fa533f480d15cb307b4474d..79d8e0bedd3c82bfa77fb6f1bbf8d81536c677e3 100644 (file)
@@ -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