From: Tom Tromey Date: Tue, 3 Oct 2000 18:57:21 +0000 (+0000) Subject: Updated ChangeLog to reflect patch credit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11908bbe42dc8ba55c369ad3d2ab1e8f74fbfc2a;p=gcc.git Updated ChangeLog to reflect patch credit From-SVN: r36702 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index b2bad6acd6a..80185b844fb 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