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