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