]> Savannah Git Hosting - gnulib.git/commitdiff
vma-iter: Add comment about AIX.
authorBruno Haible <bruno@clisp.org>
Tue, 14 Mar 2017 23:12:50 +0000 (00:12 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 14 Mar 2017 23:13:37 +0000 (00:13 +0100)
* lib/vma-iter.c: Add comment about why this module is not implemented
on AIX.

ChangeLog
lib/vma-iter.c

index c237be4e1e6de3333332192ad36d207f1d293c03..d65bf7445b4dc6cf82eb52898ac9ab1ac8a79aff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-03-14  Bruno Haible  <bruno@clisp.org>
+
+       vma-iter: Add comment about AIX.
+       * lib/vma-iter.c: Add comment about why this module is not implemented
+       on AIX.
+
 2017-03-14  Paul Eggert  <eggert@cs.ucla.edu>
 
        snippets: move unadjusted snippet sources to lib
index d5ff6ff9d36f6e20ac6bdb5ddea114f1d649d4ea..07244d3ff542a0b5e2d8ca8af2cc50a26fc80192 100644 (file)
 # include <sys/mman.h> /* mquery */
 #endif
 
+/* Note: On AIX, there is a /proc/$pic/map file, that contains records of type
+   prmap_t, defined in <sys/procfs.h>.  But it lists only the virtual memory
+   areas that are connected to a file, not the anonymous ones.  */
+
 
 /* Support for reading text files in the /proc file system.  */