prepare NEWS.stable
[gnulib.git] / modules / get-rusage-data
1 Description:
2 Getter for RLIMIT_DATA: Returns the data segment size.
3
4 Files:
5 lib/resource-ext.h
6 lib/get-rusage-data.c
7 m4/mmap-anon.m4
8
9 Depends-on:
10 stdint
11 unistd
12 extensions
13 getpagesize
14 vma-iter
15
16 configure.ac:
17 AC_REQUIRE([AC_C_INLINE])
18 AC_CHECK_FUNCS_ONCE([setrlimit])
19 gl_FUNC_MMAP_ANON
20
21 Makefile.am:
22 lib_SOURCES += get-rusage-data.c
23
24 Include:
25 "resource-ext.h"
26
27 License:
28 GPL
29
30 Maintainer:
31 Bruno Haible