Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / getrusage
blob4f58f9663db81b695d478630675069b5a52fcbee
1 Description:
2 getrusage() function: Get resource usage of current process.
4 Files:
5 lib/getrusage.c
6 m4/getrusage.m4
8 Depends-on:
9 sys_resource
10 stdint          [test $HAVE_GETRUSAGE = 0]
12 configure.ac:
13 gl_FUNC_GETRUSAGE
14 if test $HAVE_GETRUSAGE = 0; then
15   AC_LIBOBJ([getrusage])
17 gl_SYS_RESOURCE_MODULE_INDICATOR([getrusage])
19 Makefile.am:
21 Include:
22 <sys/resource.h>
24 License:
25 LGPL
27 Maintainer:
28 all