unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / times
blob4b15d0f8b8ff5e54a698fb9c2bb0c5f0c9fedae7
1 Description:
2 times() function: get process times
4 Files:
5 lib/times.c
6 m4/times.m4
8 Depends-on:
9 sys_times
11 configure.ac:
12 gl_FUNC_TIMES
13 gl_CONDITIONAL([GL_COND_OBJ_TIMES], [test $HAVE_TIMES = 0])
14 gl_SYS_TIMES_MODULE_INDICATOR([times])
16 Makefile.am:
17 if GL_COND_OBJ_TIMES
18 lib_SOURCES += times.c
19 endif
21 Include:
22 <sys/times.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 Simon Josefsson