aboutsummaryrefslogtreecommitdiff
path: root/lib/floatdisf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/floatdisf.c')
-rw-r--r--lib/floatdisf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/floatdisf.c b/lib/floatdisf.c
index cdede6c75..4dc13cab4 100644
--- a/lib/floatdisf.c
+++ b/lib/floatdisf.c
@@ -12,7 +12,7 @@
*===----------------------------------------------------------------------===
*/
-#include "int_lib.h"
+#include "abi.h"
#include <float.h>
/* Returns: convert a to a float, rounding toward even.*/
@@ -27,7 +27,7 @@
ARM_EABI_FNALIAS(l2f, floatdisf);
-float
+COMPILER_RT_ABI float
__floatdisf(di_int a)
{
if (a == 0)