From a52b95eb63ad4307adb0e4e86d85b1f8a583a74f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Jul 2009 15:08:08 +0000 Subject: *** empty log message *** --- Changes | 1 + ev.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index cf53216..d4899b1 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for libev, a high-performance and full-featured event loop. TODO: ev_walk +TODO: signal handling per loop - ev_unloop and ev_loop wrongly used a global variable to exit loops, instead of using a per-loop variable (bug caught by accident...). diff --git a/ev.c b/ev.c index eba23b6..3214fba 100644 --- a/ev.c +++ b/ev.c @@ -649,7 +649,7 @@ ev_sleep (ev_tstamp delay) tv.tv_usec = (long)((delay - (ev_tstamp)(tv.tv_sec)) * 1e6); /* here we rely on sys/time.h + sys/types.h + unistd.h providing select */ - /* somehting not guaranteed by newer posix versions, but guaranteed */ + /* something not guaranteed by newer posix versions, but guaranteed */ /* by older ones */ select (0, 0, 0, 0, &tv); #endif -- cgit v1.2.3