summaryrefslogtreecommitdiff
path: root/thread_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.h')
-rw-r--r--thread_pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_pthread.h b/thread_pthread.h
index 0717ecb326..6890f8ab43 100644
--- a/thread_pthread.h
+++ b/thread_pthread.h
@@ -35,7 +35,7 @@ typedef struct native_thread_data_struct {
typedef struct rb_global_vm_lock_struct {
/* fast path */
unsigned long acquired;
- pthread_mutex_t lock;
+ rb_nativethread_lock_t lock;
/* slow path */
volatile unsigned long waiting;