verify: new macro 'assume'
[gnulib.git] / modules / vma-iter
1 Description:
2 Iteration over virtual memory areas.
3
4 Files:
5 lib/vma-iter.h
6 lib/vma-iter.c
7 m4/mmap-anon.m4
8
9 Depends-on:
10 stdint
11 unistd
12 extensions
13 getpagesize
14
15 configure.ac:
16 gl_FUNC_MMAP_ANON
17 AC_CHECK_FUNCS_ONCE([mquery])
18
19 Makefile.am:
20 lib_SOURCES += vma-iter.c
21
22 Include:
23 "vma-iter.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Bruno Haible