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:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ffc0f38b4..04e49789c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -14,8 +14,8 @@
debugging-only function.
(select_stuff::test_and_set): Call dump_select_record when debugging.
- * thread.cc (pthread_mutex::unlock): Revert setting of tid to NULL
- since, in this context, it is a number, not a pointer.
+ * thread.cc (pthread_mutex::unlock): Revert setting of tid to 0 since,
+ in this context, it is a number, not a pointer.
(pthread_spinlock::unlock): Ditto.
2012-12-21 Christopher Faylor <me.cygwin2012@cgf.cx>