aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2014-05-26 11:12:44 +0200
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2014-05-26 11:12:44 +0200
commitf8bdf1f0b623f05a80cb23890f165cb0cf8bd8c3 (patch)
treed513abf6584152cfe39d155ef63fa424558fe459 /ChangeLog
parent15eaf6ffe3e117684a0e7b070c0a8754480d3fa3 (diff)
downloadglibc-f8bdf1f0b623f05a80cb23890f165cb0cf8bd8c3.tar
glibc-f8bdf1f0b623f05a80cb23890f165cb0cf8bd8c3.tar.gz
glibc-f8bdf1f0b623f05a80cb23890f165cb0cf8bd8c3.tar.bz2
glibc-f8bdf1f0b623f05a80cb23890f165cb0cf8bd8c3.zip
Fix typo in tst-mutex5 ifndef -> ifdef
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 027464d319..e988e2b33c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
+
+ * nptl/tst-mutex5 (do_test):
+ Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
+
2014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
* benchtests/README: Document 'init' directive.