aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-12-22 23:37:33 +0000
committerChristopher Faylor <me@cgf.cx>2012-12-22 23:37:33 +0000
commitdbadcc4372f8d7c3d776a8332707e2a75b9e5cd0 (patch)
tree6cf72e9215db2399fbbcfe45122c8464e9aef1fc
parent4a84997ae4e5d770c14eb2bba73022ca3d9789e3 (diff)
downloadnewlib-dbadcc4372f8d7c3d776a8332707e2a75b9e5cd0.zip
newlib-dbadcc4372f8d7c3d776a8332707e2a75b9e5cd0.tar.gz
newlib-dbadcc4372f8d7c3d776a8332707e2a75b9e5cd0.tar.bz2
Fix tid comment.
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ffc0f38..04e4978 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>