summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 07:28:51 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 07:28:51 +0000
commitb79c8682960eef9d78a9c6e9c34dc966951bf45e (patch)
treedafc232ad589926fc75187211ab0affba010e77c /thread.c
parented7b25a85436cff446779f580e859da94cd4d9d8 (diff)
* include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() to
ruby_native_thread_p(). * ext/tk/tcltklib.c: apply it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index 1a1d3661c3..8e0bd9db3b 100644
--- a/thread.c
+++ b/thread.c
@@ -3119,7 +3119,7 @@ Init_Thread(void)
}
int
-is_ruby_native_thread(void)
+ruby_native_thread_p(void)
{
rb_thread_t *rb_thread_check_ptr(rb_thread_t *ptr);
rb_thread_t *th = ruby_thread_from_native();