diff options
Diffstat (limited to 'util-src')
-rw-r--r-- | util-src/poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-src/poll.c b/util-src/poll.c index d0894c54..e80850d2 100644 --- a/util-src/poll.c +++ b/util-src/poll.c @@ -228,7 +228,7 @@ int Ldel(lua_State *L) { /* * Check previously manipulated event state for FDs ready for reading or writing */ -inline int Lpushevent(lua_State *L, struct Lpoll_state *state) { +int Lpushevent(lua_State *L, struct Lpoll_state *state) { #ifdef USE_EPOLL if(state->processed > 0) { |