diff options
Diffstat (limited to 'lib/msun/src')
-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 78fb995..c27a2be 100644 --- a/lib/msun/src/math.h +++ b/lib/msun/src/math.h @@ -455,9 +455,9 @@ float nexttowardf(float, long double); long double nexttowardl(long double, long double); #if 0 long double powl(long double, long double); +#endif long double remainderl(long double, long double); long double remquol(long double, long double, int *); -#endif long double rintl(long double); long double roundl(long double); long double scalblnl(long double, long); |