X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fmath.h;h=583dc3dad92aabffb276db57fbb9f3ed2654fbe6;hb=4c346919a9b238748de2ee85ce6d749fc3cf7059;hp=d7326483eeb0dc0f7d7eb2c01ad287abbe7c90a3;hpb=419ae6d5c95629d3ebaff6f1880d52cb027ba924;p=musl 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);