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