Browse Source

[Minor] Add missing function

tags/2.5
Vsevolod Stakhov 4 years ago
parent
commit
4aad801ba8
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      contrib/libev/ev.c

+ 6
- 0
contrib/libev/ev.c View File

if (have_cheap_timer) time_update (EV_A_ 1e100); if (have_cheap_timer) time_update (EV_A_ 1e100);
} }


int
ev_active_cnt (EV_P) EV_NOEXCEPT
{
return activecnt;
}

#if EV_MULTIPLICITY #if EV_MULTIPLICITY
#include "ev_wrap.h" #include "ev_wrap.h"
#endif #endif

Loading…
Cancel
Save