* 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
This commit is contained in:
ko1 2007-12-21 08:13:39 +00:00
parent 5bb7c8612f
commit 5c00dd28c5
3 changed files with 8 additions and 2 deletions

View file

@ -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 */
}