diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2017-12-12 10:51:32 +0000 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2017-12-12 13:59:18 +0000 |
commit | 4e0dca54e945716a59f4e0b6b1f16415b3d4ed8e (patch) | |
tree | c2d74fac94e585bb80c323593ca5999341c7873c /ChangeLog | |
parent | Remove --with-fp / --without-fp. (diff) | |
download | glibc-4e0dca54e945716a59f4e0b6b1f16415b3d4ed8e.tar.gz glibc-4e0dca54e945716a59f4e0b6b1f16415b3d4ed8e.tar.bz2 glibc-4e0dca54e945716a59f4e0b6b1f16415b3d4ed8e.zip |
[BZ #22593] Fix nextafter and nexttoward declaration
These functions set errno and thus the const attribute was wrong.
[BZ #22593]
* math/bits/mathcalls.h (nextafter): Remove const.
(nexttoward): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2017-12-12 Szabolcs Nagy <szabolcs.nagy@arm.com> + + [BZ #22593] + * math/bits/mathcalls.h (nextafter): Remove const. + (nexttoward): Likewise. + 2017-12-12 Joseph Myers <joseph@codesourcery.com> * configure.ac (--with-fp): Remove configure option. |