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_asin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libm/e_asin.c') diff --git a/libm/e_asin.c b/libm/e_asin.c index d7a785350..f9b16da71 100644 --- a/libm/e_asin.c +++ b/libm/e_asin.c @@ -71,9 +71,9 @@ qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ qS4 = 7.70381505559019352791e-02; /* 0x3FB3B8C5, 0xB12E9282 */ #ifdef __STDC__ - double __ieee754_asin(double x) + double attribute_hidden __ieee754_asin(double x) #else - double __ieee754_asin(x) + double attribute_hidden __ieee754_asin(x) double x; #endif { -- cgit v1.2.3