about summary refs log tree commit diff
path: root/math/w_jn.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_jn.c')
-rw-r--r--math/w_jn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/w_jn.c b/math/w_jn.c
index 993b33b610..56bd280b1e 100644
--- a/math/w_jn.c
+++ b/math/w_jn.c
@@ -33,7 +33,7 @@ jn (int n, double x)
   return __ieee754_jn (n, x);
 }
 #ifdef NO_LONG_DOUBLE
-strong_alias (jn, jnl)
+weak_alias (jn, jnl)
 #endif
 
 
@@ -64,5 +64,5 @@ yn (int n, double x)
   return __ieee754_yn (n, x);
 }
 #ifdef NO_LONG_DOUBLE
-strong_alias (yn, ynl)
+weak_alias (yn, ynl)
 #endif