glibc/sysdeps/ieee754/s_signgam.c

4 lines
69 B
C

#include <math.h>
int __signgam = 0;
weak_alias (__signgam, signgam)