summaryrefslogtreecommitdiff
path: root/libc/math/w_acosl.c
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-03-28 22:24:59 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-03-28 22:24:59 +0000
commitf4b59fd62358f28e23bae2fa8756913fd758299a (patch)
treeaa78d41676b17cfae0c8cd3c77e0004a4c946a5e /libc/math/w_acosl.c
parent11e8a843c1be2bfbacb427ca25282e6979ebb48f (diff)
downloadeglibc2-f4b59fd62358f28e23bae2fa8756913fd758299a.tar.gz
Merge changes between r17700 and r17813 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@17814 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/math/w_acosl.c')
-rw-r--r--libc/math/w_acosl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/math/w_acosl.c b/libc/math/w_acosl.c
index 05023b429..394fce194 100644
--- a/libc/math/w_acosl.c
+++ b/libc/math/w_acosl.c
@@ -30,7 +30,7 @@ __acosl (long double x)
{
/* acos(|x|>1) */
feraiseexcept (FE_INVALID);
- return __kernel_standard (x, x, 201);
+ return __kernel_standard_l (x, x, 201);
}
return __ieee754_acosl (x);