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