diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-10-16 16:04:06 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-10-16 16:04:06 +0000 |
commit | 5ef193391bb0916ec03f0f06a9b1fe0b00591ad8 (patch) | |
tree | adf21f288d431419c5535708f5171975bd69603a /ChangeLog | |
parent | 15306e38888f770e548538a956e279b019654443 (diff) | |
download | glibc-5ef193391bb0916ec03f0f06a9b1fe0b00591ad8.tar.gz glibc-5ef193391bb0916ec03f0f06a9b1fe0b00591ad8.tar.xz glibc-5ef193391bb0916ec03f0f06a9b1fe0b00591ad8.zip |
Fix i386 build for lll_unlock_elision change.
Tested for i386. * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_unlock_elision): Add adapt_count parameter.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ad3f64f9e4..3e35f81abd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-10-16 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/unix/sysv/linux/i386/lowlevellock.h + (lll_unlock_elision): Add adapt_count parameter. + 2015-10-15 Joseph Myers <joseph@codesourcery.com> * sysdeps/nptl/configure.ac: Do not give errors based on the |