summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c2
1 files changed, 1 insertions, 1 deletions
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 */
}