summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2011-03-04 13:22:03 +0000
committerrpj <rpj>2011-03-04 13:22:03 +0000
commit275d03d3af64e4f5e1769584214f6fccc303456e (patch)
treece692f6c294bf416869fab3104399afe4baf337f /ChangeLog
parent57936fa1e787b2a19b67d2f8eeb2892aa46e9618 (diff)
Function name change
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dda9ea2..b937403 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
* ptw32_MCS_lock.c: Converted interlocked calls to use new macros.
* pthread_barrier_wait.c: Likewise.
* pthread_once.c: Likewise.
+ * ptw32_MCS_lock.c (ptw32_mcs_node_substitute): Name changed to
+ ptw32_mcs_node_transfer.
2011-02-28 Ross Johnson <ross.johnson at homemail.com.au>