From 1ad376770fced834956528b83c20ab2fdfe3e62c Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 15 Sep 2018 01:05:59 +0200 Subject: util.poll: Remove 'inline' from function declaration Why does this fix building? --- util-src/poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-src') 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) { -- cgit v1.2.3