repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vma-iter: Port to 64-bit Haiku.
[gnulib.git]
/
modules
/
vma-iter
blob
4c8ce8c2982e48c27c49694b654a3b15ab9335c4
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
open
15
16
configure.ac:
17
gl_FUNC_MMAP_ANON
18
AC_REQUIRE([AC_C_INLINE])
19
AC_CHECK_FUNCS_ONCE([mquery pstat_getprocvm])
20
21
Makefile.am:
22
lib_SOURCES += vma-iter.c
23
24
Include:
25
"vma-iter.h"
26
27
License:
28
GPL
29
30
Maintainer:
31
all