From 6e4b9831f903e583d58de8b4265159f6d859ebc2 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 2 Sep 2022 23:56:18 +0200 Subject: user/ports: bare minimum to run doomgeneric --- src/user/lib/include/math.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/user/lib/include/math.h') 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); -- cgit v1.2.3