From 3ad3a4d0593be70f99a94b009afa76a6dc3f0a17 Mon Sep 17 00:00:00 2001 From: "Joseph S. Myers" Date: Sat, 24 Oct 2009 00:07:32 +0000 Subject: Readd definition of __expl in ldbl-128 --- sysdeps/ieee754/ldbl-128/w_expl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/ieee754/ldbl-128') diff --git a/sysdeps/ieee754/ldbl-128/w_expl.c b/sysdeps/ieee754/ldbl-128/w_expl.c index 816ce3c..d6205d3 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) -- cgit v1.1