OSDN Git Service

Updated ChangeLog to reflect patch credit
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Oct 2000 18:57:21 +0000 (18:57 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Oct 2000 18:57:21 +0000 (18:57 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36702 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog

index b2bad6a..80185b8 100644 (file)
 
 2000-09-30  Tom Tromey  <tromey@cygnus.com>
 
-        * 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  <boehm@acm.org>
            Bryce McKinlay  <bryce@albatross.co.nz>