about summary refs log tree commit diff
path: root/sysdeps/ieee754/float128/s_isnanf128.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/float128/s_isnanf128.c')
-rw-r--r--sysdeps/ieee754/float128/s_isnanf128.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/ieee754/float128/s_isnanf128.c b/sysdeps/ieee754/float128/s_isnanf128.c
index b73a4e80d7..291d4427f5 100644
--- a/sysdeps/ieee754/float128/s_isnanf128.c
+++ b/sysdeps/ieee754/float128/s_isnanf128.c
@@ -16,7 +16,9 @@ hidden_ver (__isnanf128_impl, __isnanf128)
 #else
 strong_alias (__isnanf128_impl, __isnanf128)
 #endif
+#ifndef isnanl
 _weak_alias (__isnanf128_impl, isnanl)
+#endif
 versioned_symbol (libc, __isnanf128_impl, __isnanf128, GLIBC_2_34);
 #if (SHLIB_COMPAT (libc, FLOAT128_VERSION_M, GLIBC_2_34))
 strong_alias (__isnanf128_impl, __isnanf128_alias)