diff options
| author | rpj <rpj> | 2000-09-02 04:02:20 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2000-09-02 04:02:20 +0000 | 
| commit | 54286bb31e57ff4ae0f03810b7acc27031bcb034 (patch) | |
| tree | 09ab610b97afa1f2d464f8dd2bf2ec64ab05b9ce /ChangeLog | |
| parent | 9250a2a259e1163c3c3e234366a1b8c65b64a89f (diff) | |
2000-09-02  Ross Johnson  <rpj@special.ise.canberra.edu.au>
	* rwlock.c (_rwlock_check*): Renamed to
	ptw32_rwlock_check*.
	* mutex.c (_mutex_check*): Renamed to ptw32_mutex_check*.
	* condvar.c (cond_timed*): Renamed to ptw32_cond_timed*.
	(_cond_check*): Renamed to ptw32_cond_check*.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 | 
1 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,11 @@ +2000-09-02  Ross Johnson  <rpj@special.ise.canberra.edu.au> + +	* rwlock.c (_rwlock_check*): Renamed to +	ptw32_rwlock_check*. +	* mutex.c (_mutex_check*): Renamed to ptw32_mutex_check*. +	* condvar.c (cond_timed*): Renamed to ptw32_cond_timed*. +	(_cond_check*): Renamed to ptw32_cond_check*. +  2000-08-22  Ross Johnson  <rpj@setup1.ise.canberra.edu.au>  	* private.c (ptw32_throw): Fix exception test; | 
