math: tgammal.c fixes
[oweals/musl.git] / src / math / signgam.c
1 #include "libm.h"
2
3 int __signgam = 0;
4
5 weak_alias(__signgam, signgam);