about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-11 10:08:57 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-11 10:08:57 -0700
commitc252ec15790cef36898948bed276ca0d810e2ed1 (patch)
treecec6b460f552d7b5fb53239db462279e480fc905 /nptl/ChangeLog
parentfebb44a4cb4c83db022e33d5e6ef8f55e43e0687 (diff)
downloadglibc-c252ec15790cef36898948bed276ca0d810e2ed1.tar.gz
glibc-c252ec15790cef36898948bed276ca0d810e2ed1.tar.xz
glibc-c252ec15790cef36898948bed276ca0d810e2ed1.zip
Check __PTHREAD_MUTEX_HAVE_PREV for mutex prev
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 905a6beb64..00d5e39478 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* pthread_create.c (start_thread): Check __PTHREAD_MUTEX_HAVE_PREV
+	instead of __WORDSIZE.
+
 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
 
 	[BZ #3748]