mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* modules/sys_resource-h: Renamed from modules/sys_resource. * modules/sys_resource-h-tests: Renamed from modules/sys_resource-tests. * modules/sys_resource-h-c++-tests: Renamed from modules/sys_resource-c++-tests. * tests/test-sys_resource-h.c: Renamed from tests/test-sys_resource.c. * tests/test-sys_resource-h-c++.cc: Renamed from tests/test-sys_resource-c++.cc. * doc/posix-headers/sys_resource.texi: Update. * modules/* (Depends-on): Update. * modules/sys_resource: New file.
30 lines
463 B
Plaintext
30 lines
463 B
Plaintext
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
|