summaryrefslogtreecommitdiff
path: root/ports/sysdeps/arm/fegetround.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/arm/fegetround.c')
-rw-r--r--ports/sysdeps/arm/fegetround.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/sysdeps/arm/fegetround.c b/ports/sysdeps/arm/fegetround.c
index 78a3795b23..149a989518 100644
--- a/ports/sysdeps/arm/fegetround.c
+++ b/ports/sysdeps/arm/fegetround.c
@@ -37,3 +37,4 @@ fegetround (void)
/* The current soft-float implementation only handles TONEAREST. */
return FE_TONEAREST;
}
+libm_hidden_def (fegetround)