Mercurial > hg > octave-nkf > gnulib-hg
view modules/times @ 10778:ddc567d280d1
Treat Haiku like BeOS.
author | Ingo Weinhold <ingo_weinhold@gmx.de> |
---|---|
date | Mon, 10 Nov 2008 12:30:58 +0100 |
parents | d3ffeb7d9a34 |
children | 18ea6ab4e81d |
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: #include <sys/times.h> License: LGPLv2+ Maintainer: Simon Josefsson