diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/msun/src/math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h index e5d6c2b..7e4ce5b 100644 --- a/lib/msun/src/math.h +++ b/lib/msun/src/math.h @@ -453,7 +453,7 @@ long double fmaxl(long double, long double) __pure2; long double fminl(long double, long double) __pure2; #if 0 long double fmodl(long double, long double); -long double frexpl(long double value, int *); +long double frexpl(long double value, int *); long double hypotl(long double, long double); #endif int ilogbl(long double); |