Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libm / machine / spu / sf_nextafter.c
blob408ed41eddf856795a757fe2445fd9588c6212da
1 #include <math.h>
2 #include "headers/nextafterf.h"
4 float nextafterf(float x, float y)
6 return _nextafterf(x, y);