Description:
getrusage() function: Get resource usage of current process.

Files:
lib/getrusage.c
m4/getrusage.m4

Depends-on:
sys_resource-h
stdint-h        [test $HAVE_GETRUSAGE = 0]

configure.ac:
gl_FUNC_GETRUSAGE
gl_CONDITIONAL([GL_COND_OBJ_GETRUSAGE], [test $HAVE_GETRUSAGE = 0])
gl_SYS_RESOURCE_MODULE_INDICATOR([getrusage])

Makefile.am:
if GL_COND_OBJ_GETRUSAGE
lib_SOURCES += getrusage.c
endif

Include:
<sys/resource.h>

License:
LGPL

Maintainer:
all
