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 "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
getrusage
blob
4f58f9663db81b695d478630675069b5a52fcbee
1
Description:
2
getrusage() function: Get resource usage of current process.
3
4
Files:
5
lib/getrusage.c
6
m4/getrusage.m4
7
8
Depends-on:
9
sys_resource
10
stdint [test $HAVE_GETRUSAGE = 0]
11
12
configure.ac:
13
gl_FUNC_GETRUSAGE
14
if test $HAVE_GETRUSAGE = 0; then
15
AC_LIBOBJ([getrusage])
16
fi
17
gl_SYS_RESOURCE_MODULE_INDICATOR([getrusage])
18
19
Makefile.am:
20
21
Include:
22
<sys/resource.h>
23
24
License:
25
LGPL
26
27
Maintainer:
28
all