summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_vars.h b/ev_vars.h
index 65cc72e..ac0ec61 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -65,7 +65,7 @@ VARx(ev_io, pipeev)
VARx(pid_t, curpid)
#endif
-VARx(int, postfork) /* true if we need to recreate kernel state after fork */
+VARx(char, postfork) /* true if we need to recreate kernel state after fork */
#if EV_USE_SELECT || EV_GENWRAP
VARx(void *, vec_ri)