diff --git a/process.c b/process.c index fb31418e00..0ba555562c 100644 --- a/process.c +++ b/process.c @@ -3773,7 +3773,7 @@ rb_exec_atfork(void* arg, char *errmsg, size_t errmsg_buflen) return rb_exec_async_signal_safe(arg, errmsg, errmsg_buflen); /* hopefully async-signal-safe */ } -#if SIZEOF_INT == SIZEOF_LONG +#if SIZEOF_INT == SIZEOF_VALUE #define proc_syswait (VALUE (*)(VALUE))rb_syswait #else static VALUE