mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/unistd-h: Renamed from modules/unistd. * modules/unistd-h-tests: Renamed from modules/unistd-tests. * modules/unistd-h-c++-tests: Renamed from modules/unistd-c++-tests. * tests/test-unistd-h.c: Renamed from tests/test-unistd.c. * tests/test-unistd-h-c++.cc: Renamed from tests/test-unistd-c++.cc. * doc/posix-headers/unistd.texi: Update. * doc/posix-functions/_exit.texi: Update. * modules/* (Depends-on): Update. * modules/unistd: New file.
32 lines
365 B
Plaintext
32 lines
365 B
Plaintext
Description:
|
|
Iteration over virtual memory areas.
|
|
|
|
Files:
|
|
lib/vma-iter.h
|
|
lib/vma-iter.c
|
|
m4/mmap-anon.m4
|
|
|
|
Depends-on:
|
|
stdint-h
|
|
unistd-h
|
|
extensions
|
|
getpagesize
|
|
open
|
|
|
|
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:
|
|
GPLv2+
|
|
|
|
Maintainer:
|
|
all
|