Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libm / machine / spu / w_asin.c
blob142ed2b752992ed3248d52338987f35c6ca7c1df
1 #include <math.h>
2 #include "headers/asin.h"
4 double asin(double x)
6 return _asin(x);