X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fmath.h;h=583dc3dad92aabffb276db57fbb9f3ed2654fbe6;hp=d7326483eeb0dc0f7d7eb2c01ad287abbe7c90a3;hb=b4f632bb279724eee4aa25bc4f575a9fde172551;hpb=d64624912469fc4eccee95e65d7c9e3a3076d699 diff --git a/include/math.h b/include/math.h index d7326483..583dc3da 100644 --- a/include/math.h +++ b/include/math.h @@ -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);