Updated ChangeLog to reflect patch credit
authorTom Tromey <tromey@gcc.gnu.org>
Tue, 3 Oct 2000 18:57:21 +0000 (18:57 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 3 Oct 2000 18:57:21 +0000 (18:57 +0000)
From-SVN: r36702

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>