summaryrefslogtreecommitdiffstats
path: root/toolchain/libnotimpl
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/libnotimpl')
-rw-r--r--toolchain/libnotimpl/src/math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/libnotimpl/src/math.c b/toolchain/libnotimpl/src/math.c
index a16ea740e..5bfcb9532 100644
--- a/toolchain/libnotimpl/src/math.c
+++ b/toolchain/libnotimpl/src/math.c
@@ -43,7 +43,7 @@
#ifdef __STDC__
float ceilf(float x)
#else
- float rintf(x)
+ float ceilf(x)
float x;
#endif
{