* lib/vma-iter.c: Add comment about why this module is not implemented
on AIX.
+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
# 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. */