summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2008-09-07 18:15:12 +0000
committerroot <root>2008-09-07 18:15:12 +0000
commit35fb9c59e2d1d3d6034f19cc3bc0f68a109a8991 (patch)
treede45c00423d716ca5c76a0938029f7952cebdcdf
parent604b74e5ce2b43560a130ae0a291cbd1e574770c (diff)
*** empty log message ***
-rw-r--r--Changes3
-rw-r--r--Symbols.ev1
-rw-r--r--ev.c2
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));