summaryrefslogtreecommitdiff
path: root/libm/e_asin.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/e_asin.c')
-rw-r--r--libm/e_asin.c4
1 files changed, 2 insertions, 2 deletions
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
{