gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / times
1 Description:
2 times() function: get process times
3
4 Files:
5 lib/times.c
6 m4/times.m4
7
8 Depends-on:
9 sys_times
10
11 configure.ac:
12 gl_FUNC_TIMES
13 if test $HAVE_TIMES = 0; then
14   AC_LIBOBJ([times])
15 fi
16 gl_SYS_TIMES_MODULE_INDICATOR([times])
17
18 Makefile.am:
19
20 Include:
21 <sys/times.h>
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 Simon Josefsson