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/k_sin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libm/k_sin.c') diff --git a/libm/k_sin.c b/libm/k_sin.c index 5bfc1d680..153f37ece 100644 --- a/libm/k_sin.c +++ b/libm/k_sin.c @@ -59,9 +59,9 @@ S5 = -2.50507602534068634195e-08, /* 0xBE5AE5E6, 0x8A2B9CEB */ S6 = 1.58969099521155010221e-10; /* 0x3DE5D93A, 0x5ACFD57C */ #ifdef __STDC__ - double __kernel_sin(double x, double y, int iy) + double attribute_hidden __kernel_sin(double x, double y, int iy) #else - double __kernel_sin(x, y, iy) + double attribute_hidden __kernel_sin(x, y, iy) double x,y; int iy; /* iy=0 if y is zero */ #endif { -- cgit v1.2.3