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