From 5c00dd28c5e16c85ed2ada37cae3b8be3a08ef3e Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 21 Dec 2007 08:13:39 +0000 Subject: * gc.h: extern variable should not be initialized. * thread_pthread.c: add a parameter. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread_pthread.c') diff --git a/thread_pthread.c b/thread_pthread.c index feb569979b..a511468949 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -112,7 +112,7 @@ static rb_thread_lock_t signal_thread_list_lock; static pthread_key_t ruby_native_thread_key; static void -null_func() +null_func(int i) { /* null */ } -- cgit v1.2.3