diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-20 16:11:07 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-22 10:57:29 +0100 |
commit | 390620fc357bfdb9e7f20835e3c61e857e3a5da2 (patch) | |
tree | c76cc7c463595da8053501c78d7f1db61e0985a1 /contrib/libev/ev.h | |
parent | eafdd221037b41ddcba0add79fd8efccecaf0775 (diff) | |
download | rspamd-390620fc357bfdb9e7f20835e3c61e857e3a5da2.tar.gz rspamd-390620fc357bfdb9e7f20835e3c61e857e3a5da2.zip |
[Rework] Rework children operations
Diffstat (limited to 'contrib/libev/ev.h')
-rw-r--r-- | contrib/libev/ev.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/libev/ev.h b/contrib/libev/ev.h index f76c892e4..cb7b2e479 100644 --- a/contrib/libev/ev.h +++ b/contrib/libev/ev.h @@ -557,23 +557,6 @@ EV_API_DECL void ev_set_syserr_cb (void (*cb)(const char *msg) EV_NOEXCEPT) EV_N /* you can call this as often as you like */ EV_API_DECL struct ev_loop *ev_default_loop (unsigned int flags EV_CPP (= 0)) EV_NOEXCEPT; -#ifdef EV_API_STATIC -EV_API_DECL struct ev_loop *ev_default_loop_ptr; -#endif - -EV_INLINE struct ev_loop * -ev_default_loop_uc_ (void) EV_NOEXCEPT -{ - extern struct ev_loop *ev_default_loop_ptr; - - return ev_default_loop_ptr; -} - -EV_INLINE int -ev_is_default_loop (EV_P) EV_NOEXCEPT -{ - return EV_A == EV_DEFAULT_UC; -} /* create and destroy alternative loops that don't handle signals */ EV_API_DECL struct ev_loop *ev_loop_new (unsigned int flags EV_CPP (= 0)) EV_NOEXCEPT; |