summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2015-01-25 22:31:29 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2015-01-25 23:38:04 +0100
commitfa20da31c83b1b64f98f4bbb25ff9460c57af013 (patch)
tree7f13571500ba5a3f84cb650d10ac1cb0d4ea347b /ChangeLog
parent45819cbca186a7d04889e3d1fc469c2780b28a0e (diff)
ia64: avoid set-but-not-used warning
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57f9f99b9e..588b9ecff1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2015-01-25 Andreas Schwab <schwab@linux-m68k.org>
+ * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
+ Mark _retval as used.
+ (lll_futex_wake_unlock): Likewise.
+ (lll_futex_timed_wait_requeue_pi): Likewise.
+
* sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
(atomic_compare_and_exchange_val_acq): Use uint32_t for the
register variables.