diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-10-19 21:23:15 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-19 21:23:15 -0700 |
commit | b7805d0ba8948fcf5e406bf52530d9aba99f5954 (patch) | |
tree | 4cf6a9d4462778f3813492393059d095bd91c17a /sysdeps/ieee754/ldbl-96 | |
parent | a0902db9fe8f4cfc6b0b0344558166f5b230b806 (diff) | |
download | glibc-b7805d0ba8948fcf5e406bf52530d9aba99f5954.tar glibc-b7805d0ba8948fcf5e406bf52530d9aba99f5954.tar.gz glibc-b7805d0ba8948fcf5e406bf52530d9aba99f5954.tar.bz2 glibc-b7805d0ba8948fcf5e406bf52530d9aba99f5954.zip |
Correct errno handling in expm1.
Diffstat (limited to 'sysdeps/ieee754/ldbl-96')
-rw-r--r-- | sysdeps/ieee754/ldbl-96/w_expl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-96/w_expl.c b/sysdeps/ieee754/ldbl-96/w_expl.c index b8152cea65..53bb143734 100644 --- a/sysdeps/ieee754/ldbl-96/w_expl.c +++ b/sysdeps/ieee754/ldbl-96/w_expl.c @@ -57,4 +57,5 @@ u_threshold= -1.140019167866942050398521670162263001513e4; return z; #endif } +hidden_def (__expl) weak_alias (__expl, expl) |