summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2016-01-20 13:57:14 -0800
committerRoland McGrath <roland@hack.frob.com>2016-01-20 13:57:14 -0800
commita3140836c82679f85b780e936ae0c0179997952e (patch)
treea46a76c1f1b83c0657509f2ce2ebcabfba21961d /ChangeLog
parentb274130206cb9fce1d7b026386a910428cbdb45c (diff)
NaCl: Fix unused variable errors in lowlevellock-futex.h macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac8eb40ceb..f1c6ac5cd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-01-20 Roland McGrath <roland@hack.frob.com>
+
+ * sysdeps/nacl/lowlevellock-futex.h
+ (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake):
+ Always evaluate PRIVATE argument.
+
2016-01-20 Paul Pluzhnikov <ppluzhnikov@google.com>
[BZ #19490]