Mercurial > hg > octave-lojdl > gnulib-hg
view modules/gethrxtime @ 16364:89227b989588
fatal-signal: use C prototypes (with explicit void).
* lib/fatal-signal.c (uninstall_handlers, install_handlers)
(init_fatal_signal_set, block_fatal_signals): Fix signatures.
author | Akim Demaille <demaille@gostai.com> |
---|---|
date | Wed, 08 Feb 2012 10:36:20 +0100 |
parents | 0c2fbeeeb9c9 |
children | fe213f3f2c57 |
line wrap: on
line source
Description: Get high resolution real time. Files: lib/xtime.h lib/gethrxtime.c lib/gethrxtime.h m4/gethrxtime.m4 m4/longlong.m4 Depends-on: clock-time extensions gettime sys_time configure.ac: gl_GETHRXTIME if test $ac_cv_have_decl_gethrtime = no || test $gl_cv_arithmetic_hrtime_t = no; then AC_LIBOBJ([gethrxtime]) gl_PREREQ_GETHRXTIME fi Makefile.am: Include: "xtime.h" Link: $(LIB_GETHRXTIME) License: GPL Maintainer: Paul Eggert