summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorJoseph S. Myers <joseph@codesourcery.com>2009-10-24 00:07:32 +0000
committerAndreas Schwab <schwab@redhat.com>2009-10-28 11:14:56 +0100
commit3ad3a4d0593be70f99a94b009afa76a6dc3f0a17 (patch)
treeeebc1054fd27db21fa42b30dafe332af127b0722 /sysdeps
parent98363ded87633c2bb91140d115cbd7b449634038 (diff)
Readd definition of __expl in ldbl-128
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/ieee754/ldbl-128/w_expl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-128/w_expl.c b/sysdeps/ieee754/ldbl-128/w_expl.c
index 816ce3caa6..d6205d3ef8 100644
--- a/sysdeps/ieee754/ldbl-128/w_expl.c
+++ b/sysdeps/ieee754/ldbl-128/w_expl.c
@@ -55,4 +55,5 @@ u_threshold= -1.1433462743336297878837243843452621503410E4;
return z;
#endif
}
+hidden_def (__expl)
weak_alias (__expl, expl)