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