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