diff options
Diffstat (limited to 'lib/msun/src/s_ceill.c')
-rw-r--r-- | lib/msun/src/s_ceill.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/msun/src/s_ceill.c b/lib/msun/src/s_ceill.c index df26e5a..629c516 100644 --- a/lib/msun/src/s_ceill.c +++ b/lib/msun/src/s_ceill.c @@ -100,3 +100,7 @@ ceill(long double x) } return (u.e); } + +#if LDBL_MANT_DIG == 53 +__weak_reference(ceil, ceill); +#endif |