aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2013-05-09 16:12:26 +0200
committerAndreas Jaeger <aj@suse.de>2013-05-09 16:15:50 +0200
commit66c13581afc5d348089bb9dcb68142ee3d26006e (patch)
tree74a760b2552c6f5971761d59162a9314863acb7e /nptl/ChangeLog
parent24f5606614cb8b7c4dad930ee7871071dc26299f (diff)
downloadglibc-66c13581afc5d348089bb9dcb68142ee3d26006e.tar
glibc-66c13581afc5d348089bb9dcb68142ee3d26006e.tar.gz
glibc-66c13581afc5d348089bb9dcb68142ee3d26006e.tar.bz2
glibc-66c13581afc5d348089bb9dcb68142ee3d26006e.zip
Fix tst-mutexpi8
2013-05-09 Andi Kleen <ak@linux.intel.com> * tst-mutex8.c (do_test): Check for ENABLE_PI.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 6cfb54756c..54ecd14ced 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2013-05-09 Andi Kleen <ak@linux.intel.com>
+
+ * tst-mutex8.c (do_test): Check for ENABLE_PI.
+
2013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
* pthreadP.h (check_sched_policy_attr): New inline function.