add missing ChangeLog entries

This commit is contained in:
Christopher Faylor 2005-07-03 03:44:56 +00:00
parent 4c157aa9e5
commit 9d2a12f47a
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
inline static.
(pthread*::is_good_object): Move to directly after
verifyable_object_state verifyable_object_isvalid and make inline.
(check_valid_pointer): Delete function.
(pthread_cond_timedwait): Use myfault to detect valid pointer.
(pthread_mutex::init): Ditto.
2005-07-02 Christopher Faylor <cgf@timesys.com>