*** empty log message ***

master
Marc Alexander Lehmann 2008-09-07 18:15:12 +00:00
parent 1f555fe76d
commit 3d93736fd5
3 changed files with 4 additions and 2 deletions

View File

@ -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).

View File

@ -59,4 +59,3 @@ ev_unloop
ev_unref
ev_version_major
ev_version_minor
verify_watcher

2
ev.c
View File

@ -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));