summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-07-03 22:03:14 -0700
committerRoland McGrath <roland@hack.frob.com>2014-07-03 22:03:14 -0700
commit3d9eb57c55c30a6fd69b056851e3ed9f07cd97c5 (patch)
tree42d1cdc247ff47bee6233bec36ac540b1ec0ab09 /ChangeLog
parent78b984ae2c015997be860b0eedc880691d6620cf (diff)
downloadglibc-3d9eb57c55c30a6fd69b056851e3ed9f07cd97c5.tar.gz
Fix ia64 build error in lll_futex_timed_wait_bitset
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3a9b4f098..5f12906b01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2014-07-03 Roland McGrath <roland@hack.frob.com>
+ * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
+ (lll_futex_timed_wait_bitset): Fix syscall argument count.
+
* sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
in a bare environment with no <stdlib.h> installed.