summaryrefslogtreecommitdiff
path: root/sysdeps/libm-ieee754/s_nanl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/libm-ieee754/s_nanl.c')
-rw-r--r--sysdeps/libm-ieee754/s_nanl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/libm-ieee754/s_nanl.c b/sysdeps/libm-ieee754/s_nanl.c
index df0180ee46..4ade80424f 100644
--- a/sysdeps/libm-ieee754/s_nanl.c
+++ b/sysdeps/libm-ieee754/s_nanl.c
@@ -31,7 +31,7 @@
long double
-nanl (const char *tagp)
+__nanl (const char *tagp)
{
#ifdef HANDLE_TAGP
/* If we ever should have use of the TAGP parameter we will use the
@@ -46,3 +46,4 @@ nanl (const char *tagp)
return nan_value.d;
#endif
}
+weak_alias (__nanl, nanl)