summaryrefslogtreecommitdiff
path: root/src/math/lgammaf.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2018-09-07 12:32:12 -0400
committerRich Felker <dalias@aerifal.cx>2018-09-12 14:34:29 -0400
commit59d88940d20b40495c9d63560469b3a1ee5c8bc6 (patch)
treeeabb822df3fea1ee5bade888b5eca790a70048d5 /src/math/lgammaf.c
parentaee11e5acc2a8e56a9c8d841ac4470d9511b5008 (diff)
downloadmusl-59d88940d20b40495c9d63560469b3a1ee5c8bc6.tar.gz
move lgamma-related internal declarations to libm.h
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)
{