diff options
Diffstat (limited to '')
-rw-r--r-- | libc-top-half/musl/src/math/signgam.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libc-top-half/musl/src/math/signgam.c b/libc-top-half/musl/src/math/signgam.c new file mode 100644 index 0000000..ee331b2 --- /dev/null +++ b/libc-top-half/musl/src/math/signgam.c @@ -0,0 +1,6 @@ +#include <math.h> +#include "libm.h" + +int __signgam = 0; + +weak_alias(__signgam, signgam); |