attempt to support broken/crazy systems
commit6cc7e96f972d9a648bef9d49ca245282250a5502
authorEric Wong <normalperson@yhbt.net>
Thu, 13 Jan 2011 00:24:23 +0000 (12 16:24 -0800)
committerEric Wong <normalperson@yhbt.net>
Thu, 13 Jan 2011 00:24:23 +0000 (12 16:24 -0800)
tree213ed552f782355f3e7a0f2e1fd86f2650aeb1c7
parenteeae500effcddece4e9186d7b647253c48b8a3a7
attempt to support broken/crazy systems

clock_gettime() is not available on some systems and/or
CLOCK_MONOTONIC.  This is totally broken considering the
POSIX standard was 10 years ago, now.

Nothing in gnulib, either, wtf?!
 http://www.gnu.org/software/gnulib/manual/html_node/clock_005fgettime.html
ext/clogger_ext/broken_system_compat.h [new file with mode: 0644]
ext/clogger_ext/clogger.c
ext/clogger_ext/extconf.rb