annotate modules/times @ 12543:62393c457544

times: Update after sys_times changed.
author Bruno Haible <bruno@clisp.org>
date Thu, 31 Dec 2009 21:31:35 +0100
parents 18ea6ab4e81d
children dc03b3279cc1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10735
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
1 Description:
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
2 times() function: get process times
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
3
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
4 Files:
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
5 lib/times.c
12543
62393c457544 times: Update after sys_times changed.
Bruno Haible <bruno@clisp.org>
parents: 12008
diff changeset
6 m4/times.m4
10735
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
7
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
8 Depends-on:
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
9 sys_times
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
10
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
11 configure.ac:
12543
62393c457544 times: Update after sys_times changed.
Bruno Haible <bruno@clisp.org>
parents: 12008
diff changeset
12 gl_FUNC_TIMES
10735
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
13 gl_SYS_TIMES_MODULE_INDICATOR([times])
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
14
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
15 Makefile.am:
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
16
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
17 Include:
12008
18ea6ab4e81d maint: make Include sections of modules consistent
Eric Blake <ebb9@byu.net>
parents: 10735
diff changeset
18 <sys/times.h>
10735
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
19
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
20 License:
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
21 LGPLv2+
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
22
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
23 Maintainer:
d3ffeb7d9a34 Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
24 Simon Josefsson