From e4380762b35244c28a8feda5810c2f95f91f265c Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 21 Nov 2005 21:27:22 +0000 Subject: Hide all __kernel_x and __ieee754_ --- libm/e_acosh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libm/e_acosh.c') diff --git a/libm/e_acosh.c b/libm/e_acosh.c index 3b3c6251e..258ffa549 100644 --- a/libm/e_acosh.c +++ b/libm/e_acosh.c @@ -40,9 +40,9 @@ one = 1.0, ln2 = 6.93147180559945286227e-01; /* 0x3FE62E42, 0xFEFA39EF */ #ifdef __STDC__ - double __ieee754_acosh(double x) + double attribute_hidden __ieee754_acosh(double x) #else - double __ieee754_acosh(x) + double attribute_hidden __ieee754_acosh(x) double x; #endif { -- cgit v1.2.3