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