summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index 11e10f4b4b..7268618bd8 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -839,7 +839,7 @@ native_thread_init_stack(rb_thread_t *th)
static void *
thread_start_func_1(void *th_ptr)
{
- rb_thread_t *th = th_ptr;
+ rb_thread_t *th = th_ptr;
#if USE_THREAD_CACHE
thread_start:
#endif