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/lgammaf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/math/lgammaf.c') diff --git a/src/math/lgammaf.c b/src/math/lgammaf.c index f50f2379..aed98ba4 100644 --- a/src/math/lgammaf.c +++ b/src/math/lgammaf.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include "libm.h" float lgammaf(float x) -- cgit v1.2.1