summaryrefslogtreecommitdiffstatshomepage
path: root/lib/libm/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/math.c')
-rw-r--r--lib/libm/math.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libm/math.c b/lib/libm/math.c
index 23218fe56b..07a563e58c 100644
--- a/lib/libm/math.c
+++ b/lib/libm/math.c
@@ -117,8 +117,6 @@ float acoshf(float x) { return 0.0; }
float asinhf(float x) { return 0.0; }
float atanhf(float x) { return 0.0; }
float tanf(float x) { return 0.0; }
-float acosf(float x) { return 0.0; }
-float asinf(float x) { return 0.0; }
float fmodf(float x, float y) { return 0.0; }
float tgammaf(float x) { return 0.0; }
float lgammaf(float x) { return 0.0; }