aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc/musl/src/math/signgam.c
diff options
context:
space:
mode:
Diffstat (limited to 'system/lib/libc/musl/src/math/signgam.c')
-rw-r--r--system/lib/libc/musl/src/math/signgam.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/lib/libc/musl/src/math/signgam.c b/system/lib/libc/musl/src/math/signgam.c
new file mode 100644
index 00000000..cd728001
--- /dev/null
+++ b/system/lib/libc/musl/src/math/signgam.c
@@ -0,0 +1,6 @@
+#include <math.h>
+#include "libc.h"
+
+int __signgam = 0;
+
+weak_alias(__signgam, signgam);