diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-29 04:01:23 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-29 04:01:23 +0000 |
commit | a59b354f62710a795eb1675bab89047ad1618e3b (patch) | |
tree | d212209de762886835ae63c9d1dcb161628de6d8 /libm/k_rem_pio2.c | |
parent | 2d9da2f6be3e662889ef0e72759fe0f1a1495812 (diff) | |
download | uClibc-alpine-a59b354f62710a795eb1675bab89047ad1618e3b.tar.bz2 uClibc-alpine-a59b354f62710a795eb1675bab89047ad1618e3b.tar.xz |
Merge from trunk.
Diffstat (limited to 'libm/k_rem_pio2.c')
-rw-r--r-- | libm/k_rem_pio2.c | 4 |
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 { |