Hash :
26e27d9f
Author :
Date :
2017-09-30T18:16:03
vma-iter: Make it work on 32-bit Solaris with module 'largefile'. * modules/vma-iter: Don't test for sys/procfs.h, as this test would fail when module 'largefile' is in use. * lib/vma-iter.h (VMA_ITERATE_SUPPORTED): Don't test HAVE_SYS_PROCFS_H. * lib/vma-iter.c: Undefine _FILE_OFFSET_BITS early. Don't test HAVE_SYS_PROCFS_H.
Description:
Iteration over virtual memory areas.
Files:
lib/vma-iter.h
lib/vma-iter.c
m4/mmap-anon.m4
Depends-on:
stdint
unistd
extensions
getpagesize
configure.ac:
gl_FUNC_MMAP_ANON
AC_REQUIRE([AC_C_INLINE])
AC_CHECK_FUNCS_ONCE([mquery pstat_getprocvm])
Makefile.am:
lib_SOURCES += vma-iter.c
Include:
"vma-iter.h"
License:
GPL
Maintainer:
all