diff options
Diffstat (limited to 'lib/msun/src/math.h')
-rw-r--r-- | lib/msun/src/math.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h index 07bbd57..41545eb 100644 --- a/lib/msun/src/math.h +++ b/lib/msun/src/math.h @@ -408,7 +408,9 @@ long double coshl(long double); long double cosl(long double); long double erfcl(long double); long double erfl(long double); +#endif long double exp2l(long double); +#if 0 long double expl(long double); long double expm1l(long double); #endif |