summaryrefslogtreecommitdiff
path: root/lib/floatundisf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/floatundisf.c')
-rw-r--r--lib/floatundisf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/floatundisf.c b/lib/floatundisf.c
index 2d2a5145..eea45a74 100644
--- a/lib/floatundisf.c
+++ b/lib/floatundisf.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(ul2f, floatundisf);
-float
+COMPILER_RT_ABI float
__floatundisf(du_int a)
{
if (a == 0)