fix AS-safety of close when aio is in use and fd map is expanded
[musl.git] / src / complex / csinhl.c
blob09fd18f931126203169cb1dc6ec12d6f19ad9bfa
1 #include "complex_impl.h"
3 //FIXME
4 long double complex csinhl(long double complex z)
6 return csinh(z);