view modules/times @ 12302:3b1b1edbbf68

version-etc-fsf: relax license to LGPLv3+ * modules/version-etc-fsf (License): Relax license.
author Jim Meyering <meyering@redhat.com>
date Tue, 17 Nov 2009 07:20:41 +0100
parents 18ea6ab4e81d
children 62393c457544
line wrap: on
line source

Description:
times() function: get process times

Files:
lib/times.c

Depends-on:
sys_times

configure.ac:
AC_CHECK_FUNCS_ONCE([times])
if test $ac_cv_func_times = no; then
  AC_LIBOBJ([times])
fi
gl_SYS_TIMES_MODULE_INDICATOR([times])

Makefile.am:

Include:
<sys/times.h>

License:
LGPLv2+

Maintainer:
Simon Josefsson