summaryrefslogtreecommitdiff
path: root/src/math/lgammaf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/lgammaf.c')
-rw-r--r--src/math/lgammaf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/math/lgammaf.c b/src/math/lgammaf.c
index badb6dfe..2ae051d0 100644
--- a/src/math/lgammaf.c
+++ b/src/math/lgammaf.c
@@ -1,7 +1,5 @@
#include <math.h>
-
-extern int __signgam;
-float __lgammaf_r(float, int *);
+#include "libm.h"
float lgammaf(float x)
{