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