From 2fde047707205b8d8f1c71482d2df57105217e17 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 31 Oct 2007 20:46:44 +0000 Subject: stuffs --- ev_select.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ev_select.c') diff --git a/ev_select.c b/ev_select.c index 46a77e2..0dfa312 100644 --- a/ev_select.c +++ b/ev_select.c @@ -70,7 +70,8 @@ select_modify (int fd, int oev, int nev) vec_wi [offs] &= ~mask; } -static void select_poll (ev_tstamp timeout) +static void +select_poll (ev_tstamp timeout) { struct timeval tv; int res; @@ -117,7 +118,8 @@ static void select_poll (ev_tstamp timeout) } } -void select_init (int flags) +static void +select_init (int flags) { ev_method = EVMETHOD_SELECT; method_fudge = 1e-2; /* needed to compensate for select returning early, very conservative */ @@ -125,4 +127,3 @@ void select_init (int flags) method_poll = select_poll; } - -- cgit v1.2.3