summaryrefslogtreecommitdiff
path: root/modules/times
blob: 4b15d0f8b8ff5e54a698fb9c2bb0c5f0c9fedae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description:
times() function: get process times

Files:
lib/times.c
m4/times.m4

Depends-on:
sys_times

configure.ac:
gl_FUNC_TIMES
gl_CONDITIONAL([GL_COND_OBJ_TIMES], [test $HAVE_TIMES = 0])
gl_SYS_TIMES_MODULE_INDICATOR([times])

Makefile.am:
if GL_COND_OBJ_TIMES
lib_SOURCES += times.c
endif

Include:
<sys/times.h>

License:
LGPLv2+

Maintainer:
Simon Josefsson