summaryrefslogtreecommitdiff
path: root/src/math/gamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/gamma.c')
-rw-r--r--src/math/gamma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/gamma.c b/src/math/gamma.c
index d26da45b..524eb70d 100644
--- a/src/math/gamma.c
+++ b/src/math/gamma.c
@@ -4,6 +4,7 @@
double gamma(double x)
{
+ SIGNAL_SAFE(0);
return x;
}