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