mirror of
https://github.com/fluencelabs/musl
synced 2025-06-23 11:41:57 +00:00
fix namespace issue in prototypes in math.h
This commit is contained in:
@ -199,8 +199,8 @@ float fmodf(float, float);
|
||||
long double fmodl(long double, long double);
|
||||
|
||||
double frexp(double, int *);
|
||||
float frexpf(float value, int *);
|
||||
long double frexpl(long double value, int *);
|
||||
float frexpf(float, int *);
|
||||
long double frexpl(long double, int *);
|
||||
|
||||
double hypot(double, double);
|
||||
float hypotf(float, float);
|
||||
|
Reference in New Issue
Block a user