From 35fb9c59e2d1d3d6034f19cc3bc0f68a109a8991 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 7 Sep 2008 18:15:12 +0000 Subject: *** empty log message *** --- Changes | 3 +++ Symbols.ev | 1 - ev.c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 44f4bcf..7fb94b0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for libev, a high-performance and full-featured event loop. +WISH? monotonic clocks times/GetTickCount for coarse corrections? + - verify_watcher was not marked static. + 3.43 Sun Jul 6 05:34:41 CEST 2008 - include more include files on windows to get struct _stati64 (reported by Chris Hulbert, but doesn't quite fix his issue). diff --git a/Symbols.ev b/Symbols.ev index 83b4bbd..92dc8d2 100644 --- a/Symbols.ev +++ b/Symbols.ev @@ -59,4 +59,3 @@ ev_unloop ev_unref ev_version_major ev_version_minor -verify_watcher diff --git a/ev.c b/ev.c index cd542ca..843e4e0 100644 --- a/ev.c +++ b/ev.c @@ -1513,7 +1513,7 @@ ev_loop_fork (EV_P) } #if EV_VERIFY -void noinline +static void noinline verify_watcher (EV_P_ W w) { assert (("watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI)); -- cgit v1.2.3