about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-12-12 14:00:37 -0800
committerRoland McGrath <roland@hack.frob.com>2014-12-12 14:00:37 -0800
commit439c43f6eabcb515b445e2bb03a653ec678f3021 (patch)
tree84f5759dd4d98a1f6a103b90a7e4680166669670 /ChangeLog
parent48e435cd93fa55ff415b90fbcdf657ded01e45b6 (diff)
downloadglibc-439c43f6eabcb515b445e2bb03a653ec678f3021.tar.gz
glibc-439c43f6eabcb515b445e2bb03a653ec678f3021.tar.xz
glibc-439c43f6eabcb515b445e2bb03a653ec678f3021.zip
Fix NPTL build for !__ASSUME_SET_ROBUST_LIST case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b815868543..ea4ebb7842 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-12  Roland McGrath  <roland@hack.frob.com>
+
+	* nptl/pthread_create.c (START_THREAD_DEFN)
+	[! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
+
 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
 	    Adhemerval Zanella  <azanella@linux.vnet.ibm.com>