1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Yet, another attempt to fix the libm breakage due to the

changes in s_roundl.c to use bit twiddling.

Reported by:	ian
This commit is contained in:
Steve Kargl 2013-11-07 22:46:13 +00:00
parent 546b5aacde
commit 30a919dde7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257823

View File

@ -27,6 +27,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <float.h>
#include "math.h"
#include "math_private.h"