summaryrefslogtreecommitdiff
path: root/src/fenv/fenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fenv/fenv.c')
-rw-r--r--src/fenv/fenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fenv/fenv.c b/src/fenv/fenv.c
index b2dfd254..5588dad9 100644
--- a/src/fenv/fenv.c
+++ b/src/fenv/fenv.c
@@ -22,7 +22,7 @@ int fegetround(void)
return FE_TONEAREST;
}
-int fesetround(int r)
+int __fesetround(int r)
{
return 0;
}