From 2b1088c89fd003aefa4b3bc585ae5e041334fe0b Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 23 Jul 2013 10:38:36 +0000 Subject: * thread_pthread.h, thread_win32.h: rename rb_thread_id_t to rb_nativethread_id_t. * thread_pthread.c, vm_core.h: use rb_nativethread_id_t. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread_win32.h') diff --git a/thread_win32.h b/thread_win32.h index 63e0713bdc..4febe15a96 100644 --- a/thread_win32.h +++ b/thread_win32.h @@ -21,7 +21,7 @@ WINBASEAPI BOOL WINAPI TryEnterCriticalSection(IN OUT LPCRITICAL_SECTION lpCriticalSection); -typedef HANDLE rb_thread_id_t; +typedef HANDLE rb_nativethread_id_t; typedef union rb_thread_lock_union { HANDLE mutex; -- cgit v1.2.3