Make the MAP_ANONYMOUS detection work on HP-UX 11.
[pspp] / ChangeLog
index ffa4100a382ed9fdd2bb806861045f8b28447e0c..313291e4e37e3f8642a22f9776b1d71120418163 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-12  Bruno Haible  <bruno@clisp.org>
+
+       Make the MAP_ANONYMOUS detection work on HP-UX 11.
+       * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
+       not whether its fully works.
+
 2009-05-12  Bruno Haible  <bruno@clisp.org>
 
        * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.