summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2007-11-12 00:31:08 +0000
committerroot <root>2007-11-12 00:31:08 +0000
commit2dff0867c6069c41ede598cd78bb2d5223fde025 (patch)
treeefb0a610e3e45d56e44595aedb45bd0769097d9b /ev_vars.h
parent7b056e46cb219eb2438c0b9ea152875be997b6c0 (diff)
rewrite seletc backend, port again to msvc
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h8
1 files changed, 4 insertions, 4 deletions
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