aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.h')
-rw-r--r--thread_pthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thread_pthread.h b/thread_pthread.h
index 9783edea98..29306e0e19 100644
--- a/thread_pthread.h
+++ b/thread_pthread.h
@@ -13,8 +13,8 @@
#define THREAD_PTHREAD_H_INCLUDED
#include <pthread.h>
-typedef pthread_t yarv_thread_id_t;
-typedef pthread_mutex_t yarv_thread_lock_t;
+typedef pthread_t rb_thread_id_t;
+typedef pthread_mutex_t rb_thread_lock_t;
#define native_mutex_lock pthread_mutex_lock
#define native_mutex_unlock pthread_mutex_unlock