From 4d3feac974f7b854c809f32541a30fa1be817540 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 23 Jul 2013 10:50:32 +0000 Subject: * thread_(pthread|win32).h: rename rb_thread_cond_t to rb_nativethread_cond_t. * thread.c, thread_pthread.c, thread_win32.c, vm_core.h: catch up renaming. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index c6c22d9310..4f1f409af9 100644 --- a/thread.c +++ b/thread.c @@ -388,7 +388,7 @@ terminate_i(st_data_t key, st_data_t val, rb_thread_t *main_thread) typedef struct rb_mutex_struct { rb_nativethread_lock_t lock; - rb_thread_cond_t cond; + rb_nativethread_cond_t cond; struct rb_thread_struct volatile *th; int cond_waiting; struct rb_mutex_struct *next_mutex; -- cgit v1.2.3