mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 20:58:15 +00:00
Fix for vendor:libc using wrong types for log and sin procs.
This commit is contained in:
Vendored
+2
-2
@@ -17,5 +17,5 @@ double fabs(double x);
|
||||
int abs(int);
|
||||
double ldexp(double, int);
|
||||
double exp(double);
|
||||
float log(float);
|
||||
float sin(float);
|
||||
double log(double);
|
||||
double sin(double);
|
||||
|
||||
Reference in New Issue
Block a user