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
Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git]
/
modules
/
get-rusage-data
blob
6840116589eca3ec304705eec587e7d40fa3bafa
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_CHECK_FUNCS_ONCE([setrlimit])
18
gl_FUNC_MMAP_ANON
19
20
Makefile.am:
21
lib_SOURCES += get-rusage-data.c
22
23
Include:
24
"resource-ext.h"
25
26
License:
27
GPL
28
29
Maintainer:
30
all