fix build regression on armhf in tlsdesc asm
[musl.git] / src / complex / ctanhl.c
blob89a75d1334670296f5be2e3cf7d6df0b4ef088ce
1 #include "libm.h"
3 //FIXME
4 long double complex ctanhl(long double complex z)
6 return ctanh(z);