aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--thread_pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index 20dc03cc14..624095755a 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -1266,7 +1266,7 @@ static int check_signal_thread_list(void) { return 0; }
static struct {
int normal[2];
int low[2];
- int owner_process;
+ rb_pid_t owner_process;
} timer_thread_pipe = {
{-1, -1},
{-1, -1}, /* low priority */