aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/m68k/fpu/fesetround.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/fpu/fesetround.c')
-rw-r--r--sysdeps/m68k/fpu/fesetround.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/m68k/fpu/fesetround.c b/sysdeps/m68k/fpu/fesetround.c
index b55ff15..9e6f434 100644
--- a/sysdeps/m68k/fpu/fesetround.c
+++ b/sysdeps/m68k/fpu/fesetround.c
@@ -20,7 +20,7 @@
#include <fenv.h>
int
-fesetround (int round)
+__fesetround (int round)
{
fexcept_t fpcr;
@@ -35,4 +35,6 @@ fesetround (int round)
return 0;
}
-libm_hidden_def (fesetround);
+libm_hidden_def (__fesetround)
+weak_alias (__fesetround, fesetround)
+libm_hidden_weak (fesetround)