diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-08 07:01:32 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-08 07:01:32 +0000 |
| commit | cbdcfdf2c801a42e439028d6668e7b03d09b1a44 (patch) | |
| tree | 545b1054d4194b06ad0b023d71e8207c08207fa9 /libjava/ChangeLog | |
| parent | 38330f30a2865c1f371c1399622686a9abefaa1d (diff) | |
| download | ppe42-gcc-cbdcfdf2c801a42e439028d6668e7b03d09b1a44.tar.gz ppe42-gcc-cbdcfdf2c801a42e439028d6668e7b03d09b1a44.zip | |
* include/posix-threads.h (_Jv_PthreadCheckMonitor): Changed test
in __m_count case.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29193 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 39b542a7644..9d608040918 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +1999-09-08 Tom Tromey <tromey@cygnus.com> + + * include/posix-threads.h (_Jv_PthreadCheckMonitor): Changed test + in __m_count case. + 1999-09-07 Tom Tromey <tromey@cygnus.com> * posix-threads.cc (_Jv_CondWait): pthread_ calls return error @@ -6,7 +11,7 @@ * posix-threads.cc (_Jv_CondWait): Check `errno' against EINTR, not `r'. Changed `done_sleeping' to a `bool'. -1999-09-07 Matt Welsh <mdw@cs.berkeley.edu +1999-09-07 Matt Welsh <mdw@cs.berkeley.edu> * libjava/posix-threads.cc: Added _Jv_ThreadDataKey. Added FLAG_INTERRUPTED to indicate that a thread was interrupted |

