X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/8eaf72b24298b3c7c6e33812b1410b1ee3bb33c6..d9a90c6accc6cea7d5795cccbc615dcc31acb9d9:/ev_vars.h?ds=inline diff --git a/ev_vars.h b/ev_vars.h index 77fa3d0..e73d37d 100644 --- a/ev_vars.h +++ b/ev_vars.h @@ -13,10 +13,10 @@ VARx(int, postfork) /* true if we need to recreate kernel state after fork */ VARx(int, activecnt) /* number of active events */ #if EV_USE_SELECT || EV_GENWRAP -VARx(unsigned char *, vec_ri) -VARx(unsigned char *, vec_ro) -VARx(unsigned char *, vec_wi) -VARx(unsigned char *, vec_wo) +VARx(void *, vec_ri) +VARx(void *, vec_ro) +VARx(void *, vec_wi) +VARx(void *, vec_wo) VARx(int, vec_max) #endif