mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
util.poll: Remove 'inline' from function declaration
Why does this fix building?
This commit is contained in:
parent
fd174452eb
commit
1ad376770f
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ int Ldel(lua_State *L) {
|
||||||
/*
|
/*
|
||||||
* Check previously manipulated event state for FDs ready for reading or writing
|
* 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
|
#ifdef USE_EPOLL
|
||||||
|
|
||||||
if(state->processed > 0) {
|
if(state->processed > 0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue