summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/s_frexp.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 15:19:34 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 15:20:08 +0000
commit72b2e72dc0f0bcc64f3a91f1e1d5986c186b7880 (patch)
treef9e635b447789995362b8aca162ad6d855bb28c2 /sysdeps/ieee754/ldbl-opt/s_frexp.c
parent2838aa1289bec5055c33d2c00bfe6e3ed3d52e0f (diff)
parent9f9bd6ac848e9acee2c1072cdb14955c1abb8725 (diff)
Merge commit 'refs/top-bases/t/UTIME' into t/UTIME
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/s_frexp.c')
-rw-r--r--sysdeps/ieee754/ldbl-opt/s_frexp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/s_frexp.c b/sysdeps/ieee754/ldbl-opt/s_frexp.c
index 0e3a5e0830..b0bfde3093 100644
--- a/sysdeps/ieee754/ldbl-opt/s_frexp.c
+++ b/sysdeps/ieee754/ldbl-opt/s_frexp.c
@@ -1,9 +1,5 @@
#include <math_ldbl_opt.h>
#include <sysdeps/ieee754/dbl-64/s_frexp.c>
-#if IS_IN (libm)
-# if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
-compat_symbol (libm, __frexp, frexpl, GLIBC_2_0);
-# endif
-#elif LONG_DOUBLE_COMPAT(libc, GLIBC_2_0)
+#if LONG_DOUBLE_COMPAT (libc, GLIBC_2_0)
compat_symbol (libc, __frexp, frexpl, GLIBC_2_0);
#endif