musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat
-rw-r--r--src/math/signgam.c 7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/math/signgam.c b/src/math/signgam.c
index 12cc32d7..b39ceb04 100644
--- a/src/math/signgam.c
+++ b/src/math/signgam.c
@@ -1,2 +1,5 @@
-#include <math.h>
-int signgam = 0;
+#include "libm.h"
+
+int __signgam = 0;
+
+weak_alias(__signgam, signgam);
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月06日 01:39:08 +0000

AltStyle によって変換されたページ (->オリジナル) /