]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
s_scalbn.c: Add missing float.h include
authorAlex Richardson <arichardson@FreeBSD.org>
Mon, 1 Mar 2021 14:10:24 +0000 (14:10 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Thu, 22 Apr 2021 09:42:28 +0000 (10:42 +0100)
commit770517d41a161c1e6b0d919ea8c4a51241c11898
treea595c471b5b8af4ad6adf0f6aaf24573a99b319e
parent85e5714ec7952851e4232a8fc8354b37c6d94971
s_scalbn.c: Add missing float.h include

This caused LDBL_MANT_DIG to not be defined and therefore the scalbnl
alias was not being emitted for double==long double platforms.

Fixes: 760b2ffc ("Update scalbn* functions to the musl versions")
Reported by: Jenkins

(cherry picked from commit f5542795b99206a2b4e5a57429d18b9478264e24)
lib/libc/gen/ldexp.c
lib/msun/src/s_scalbn.c
lib/msun/src/s_scalbnl.c