From e0e952c7b65bc33da5410182423371ebe090188b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 15 Mar 2017 00:12:50 +0100 Subject: [PATCH] vma-iter: Add comment about AIX. * lib/vma-iter.c: Add comment about why this module is not implemented on AIX. --- ChangeLog | 6 ++++++ lib/vma-iter.c | 4 ++++ 2 files changed, 10 insertions(+) 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. */ -- 2.39.5