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 f60da8ab7e..4161f663db 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -128,7 +128,7 @@ gvl_init(rb_vm_t *vm)
if (GVL_DEBUG) fprintf(stderr, "gvl init\n");
#if GVL_SIMPLE_LOCK
- native_mutex_reinitialize_atfork(&vm->gvl.lock);
+ native_mutex_initialize(&vm->gvl.lock);
#else
native_mutex_initialize(&vm->gvl.lock);
vm->gvl.waiting_threads = 0;