summaryrefslogtreecommitdiff
path: root/libm/k_rem_pio2.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-21 21:27:22 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-21 21:27:22 +0000
commite4380762b35244c28a8feda5810c2f95f91f265c (patch)
treef79ec2d3f67125d1d5ee3ea98b2daad3f80f78c9 /libm/k_rem_pio2.c
parente2d30731f8ced0389894f5cd1e81f484c50b1c02 (diff)
Hide all __kernel_x and __ieee754_
Diffstat (limited to 'libm/k_rem_pio2.c')
-rw-r--r--libm/k_rem_pio2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libm/k_rem_pio2.c b/libm/k_rem_pio2.c
index 9113d8762..e0347aad1 100644
--- a/libm/k_rem_pio2.c
+++ b/libm/k_rem_pio2.c
@@ -165,9 +165,9 @@ two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */
twon24 = 5.96046447753906250000e-08; /* 0x3E700000, 0x00000000 */
#ifdef __STDC__
- int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int32_t *ipio2)
+ int attribute_hidden __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int32_t *ipio2)
#else
- int __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
+ int attribute_hidden __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
double x[], y[]; int e0,nx,prec; int32_t ipio2[];
#endif
{