diff options
author | root <root> | 2007-11-28 11:15:55 +0000 |
---|---|---|
committer | root <root> | 2007-11-28 11:15:55 +0000 |
commit | 4ebe9e295b974622f802229ca8e371ee6df9525a (patch) | |
tree | 0c3f1d6e3809cd03135b74017e13dd5c653301c3 /ev_select.c | |
parent | 69279317e8626dfa1b0d6719ac4e0d68d525645b (diff) |
experimental, and likely broken, inotify support
Diffstat (limited to 'ev_select.c')
-rw-r--r-- | ev_select.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |