From f28e37c4483fbe21f78fbe025090e2b63257a00e Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 12 Jul 2007 01:30:48 +0000 Subject: * thread.c (thread_join): pthread_t may not be pointer. * thread_pthread.ci (ubf_select_each): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b6b2e89c7..471a0608c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -Thu Jul 12 10:19:16 2007 Nobuyoshi Nakada +Thu Jul 12 10:30:46 2007 Nobuyoshi Nakada - * thread_pthread.ci (thread_start_func_2): not use a directive inside - a macro argument. [ruby-talk:258763] + * thread.c (thread_start_func_2): moved prototye from thread_*.ci. + + * thread_pthread.ci (thread_start_func_2): not use a directive + inside a macro argument. [ruby-talk:258763] + + * thread.c (thread_join): pthread_t may not be pointer. + + * thread_pthread.ci (ubf_select_each): ditto. Thu Jul 12 05:32:28 2007 NAKAMURA Usaku -- cgit