repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid "warning: The macro `AC_DECL_SYS_SIGLIST' is obsolete".
[gnulib.git]
/
modules
/
times
blob
aab3703f6a0fe142660b92863ba0b4b35213f08f
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