This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/22593] nextafter and nexttoward are declared with const attribute


https://sourceware.org/bugzilla/show_bug.cgi?id=22593

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  4e0dca54e945716a59f4e0b6b1f16415b3d4ed8e (commit)
      from  8df5d34720dd71e934545bade879e04697830757 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4e0dca54e945716a59f4e0b6b1f16415b3d4ed8e

commit 4e0dca54e945716a59f4e0b6b1f16415b3d4ed8e
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Tue Dec 12 10:51:32 2017 +0000

    [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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog             |    6 ++++++
 math/bits/mathcalls.h |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]