Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-07-03 07:44:56 +0400
committerChristopher Faylor <me@cgf.cx>2005-07-03 07:44:56 +0400
commit9d2a12f47ae0af8dae129069a356333d1aa14d86 (patch)
treee5f98e90945176b9cc39d5eac0b293a8f2979252
parent4c157aa9e5fe9deaffaa7c32a42561881e5ab122 (diff)
add missing ChangeLog entries
-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>