From: Bruno Haible Date: Tue, 14 Mar 2017 23:12:50 +0000 (+0100) Subject: vma-iter: Add comment about AIX. X-Git-Tag: v1.0~6323 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e0e952c7b65bc33da5410182423371ebe090188b;p=gnulib.git vma-iter: Add comment about AIX. * lib/vma-iter.c: Add comment about why this module is not implemented on AIX. --- diff --git a/ChangeLog b/ChangeLog index c237be4e1e..d65bf7445b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-03-14 Bruno Haible + + 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 snippets: move unadjusted snippet sources to lib diff --git a/lib/vma-iter.c b/lib/vma-iter.c index d5ff6ff9d3..07244d3ff5 100644 --- a/lib/vma-iter.c +++ b/lib/vma-iter.c @@ -49,6 +49,10 @@ # include /* mquery */ #endif +/* Note: On AIX, there is a /proc/$pic/map file, that contains records of type + prmap_t, defined in . 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. */