math: fix asin, atan, log1p, tanh to raise underflow on subnormal
[oweals/musl.git] / src / internal / locale_impl.h
1 #include <locale.h>
2
3 struct __locale_struct {
4         int dummy;
5 };