mirror of git://sourceware.org/git/glibc.git
Readd definition of __expl in ldbl-128
This commit is contained in:
parent
98363ded87
commit
3ad3a4d059
|
@ -1,3 +1,7 @@
|
|||
2009-10-24 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
|
||||
|
||||
2009-10-27 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
[BZ #10817]
|
||||
|
|
|
@ -55,4 +55,5 @@ u_threshold= -1.1433462743336297878837243843452621503410E4;
|
|||
return z;
|
||||
#endif
|
||||
}
|
||||
hidden_def (__expl)
|
||||
weak_alias (__expl, expl)
|
||||
|
|
Loading…
Reference in New Issue