diff options
Diffstat (limited to 'libm/e_asin.c')
-rw-r--r-- | libm/e_asin.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libm/e_asin.c b/libm/e_asin.c index 1441acb3d..07e0fd0d8 100644 --- a/libm/e_asin.c +++ b/libm/e_asin.c @@ -104,6 +104,3 @@ double __ieee754_asin(double x) } if(hx>0) return t; else return -t; } - -strong_alias(__ieee754_asin, asin) -libm_hidden_def(asin) |