about summary refs log tree commit diff
path: root/math/s_log1pl.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/s_log1pl.c')
-rw-r--r--math/s_log1pl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/math/s_log1pl.c b/math/s_log1pl.c
index 9e51ce2d43..a216fb3cef 100644
--- a/math/s_log1pl.c
+++ b/math/s_log1pl.c
@@ -9,6 +9,5 @@ __log1pl (long double x)
   __set_errno (ENOSYS);
   return 0.0;
 }
-weak_alias (__log1pl, log1pl)
 
 stub_warning (log1pl)