summaryrefslogtreecommitdiff
path: root/src/user/lib/include/math.h
diff options
context:
space:
mode:
authordzwdz2022-09-02 23:56:18 +0200
committerdzwdz2022-09-02 23:56:18 +0200
commit6e4b9831f903e583d58de8b4265159f6d859ebc2 (patch)
tree9e941257df8898356d605a7f3398aa09d9b00ec9 /src/user/lib/include/math.h
parente7770ccc0fab8f3a4b65bf2f7a1a11ad453f77e4 (diff)
user/ports: bare minimum to run doomgeneric
Diffstat (limited to 'src/user/lib/include/math.h')
-rw-r--r--src/user/lib/include/math.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/user/lib/include/math.h b/src/user/lib/include/math.h
index 07ff81d..1aec564 100644
--- a/src/user/lib/include/math.h
+++ b/src/user/lib/include/math.h
@@ -3,8 +3,6 @@
#define INFINITY __builtin_inff()
#define HUGE_VAL ((double)INFINITY)
-int abs(int i);
-
double acos(double x);
double asin(double x);
double atan2(double x, double y);