changeset 9503:54b02939de1d

Mention a mingw problem.
author Bruno Haible <bruno@clisp.org>
date Tue, 04 Dec 2007 09:44:15 +0100
parents 9be60e099f13
children 9c9d01776f23
files ChangeLog doc/functions/mprotect.texi
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/doc/functions/mprotect.texi
+++ b/doc/functions/mprotect.texi
@@ -16,6 +16,9 @@
 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