From 40305f74bd70a575ce73260227ed3b64e0625b13 Mon Sep 17 00:00:00 2001 From: nsz Date: Thu, 15 Mar 2012 09:29:53 +0100 Subject: in math.h make lgamma_r and non-double bessel _GNU_SOURCE only long double and float bessel functions are no longer xsi extensions --- src/math/lgammal.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/math/lgammal.c') diff --git a/src/math/lgammal.c b/src/math/lgammal.c index 603477c9..a33707ad 100644 --- a/src/math/lgammal.c +++ b/src/math/lgammal.c @@ -85,6 +85,7 @@ * */ +#define _GNU_SOURCE #include "libm.h" long double lgammal(long double x) -- cgit v1.2.1