summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ee46bf4f0..6bacbb020 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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>