use libc-internal malloc for pthread_atfork
[musl] / src / math / lgamma.c
index e25ec8e..2fc9b47 100644 (file)
@@ -1,7 +1,5 @@
 #include <math.h>
-
-extern int __signgam;
-double __lgamma_r(double, int *);
+#include "libm.h"
 
 double lgamma(double x)
 {