From: Tom Tromey Date: Tue, 3 Oct 2000 18:57:21 +0000 (+0000) Subject: Updated ChangeLog to reflect patch credit X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11908bbe42dc8ba55c369ad3d2ab1e8f74fbfc2a;p=platform%2Fupstream%2Fgcc.git Updated ChangeLog to reflect patch credit From-SVN: r36702 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index b2bad6a..80185b8 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -26,9 +26,10 @@ 2000-09-30 Tom Tromey - * posix-threads.cc (_Jv_CondWait): Check to see if we are - interrupted before modifying the cv's wait set. - + * posix-threads.cc (_Jv_CondWait): Check to see if we are + interrupted before modifying the cv's wait set. + From Corey Minyard. + 2000-09-30 Hans Boehm Bryce McKinlay