update mips cancellation-point syscall asm with 7-arg and r25 fixes
[oweals/musl.git] / src / complex / ctanhl.c
1 #include "libm.h"
2
3 //FIXME
4 long double complex ctanhl(long double complex z)
5 {
6         return ctanh(z);
7 }