X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/69279317e8626dfa1b0d6719ac4e0d68d525645b..4ebe9e295b974622f802229ca8e371ee6df9525a:/ev_select.c diff --git a/ev_select.c b/ev_select.c index 38a2398..1df0953 100644 --- a/ev_select.c +++ b/ev_select.c @@ -200,7 +200,7 @@ select_poll (EV_P_ ev_tstamp timeout) #endif } -static int +int inline_size select_init (EV_P_ int flags) { backend_fudge = 1e-2; /* needed to compensate for select returning early, very conservative */ @@ -224,7 +224,7 @@ select_init (EV_P_ int flags) return EVBACKEND_SELECT; } -static void +void inline_size select_destroy (EV_P) { ev_free (vec_ri);