about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@codesourcery.com>2013-10-05 00:00:32 +0100
committerMaciej W. Rozycki <macro@codesourcery.com>2013-10-05 00:00:32 +0100
commit53247a0b8fa937dc245eabacfaa6cd92cfffe475 (patch)
treeb0d85826d406de81000ce697bbc8896e3eefa037 /nptl/ChangeLog
parent428d8c5e69b0e9c0baef2e21361f9c936d32070b (diff)
downloadglibc-53247a0b8fa937dc245eabacfaa6cd92cfffe475.tar.gz
glibc-53247a0b8fa937dc245eabacfaa6cd92cfffe475.tar.xz
glibc-53247a0b8fa937dc245eabacfaa6cd92cfffe475.zip
nptl: tst-mutex8.c: Handle ENOTSUP PI mutex failure
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 29469fcd91..a08915382e 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2013-10-04  Maciej W. Rozycki  <macro@codesourcery.com>
+
+	* tst-mutex8.c (check_type) [ENABLE_PI]: Handle ENOTSUP failure
+	from pthread_mutex_init.
+
 2013-10-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	[BZ #15988]