From de7db6e927e568c52eaffeb51d7726a094ed0180 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 16 Mar 2012 21:16:32 -0400 Subject: fix namespace issues for lgamma, etc. standard functions cannot depend on nonstandard symbols --- src/math/jnf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/math/jnf.c') diff --git a/src/math/jnf.c b/src/math/jnf.c index 648db32b..b0b36e6b 100644 --- a/src/math/jnf.c +++ b/src/math/jnf.c @@ -13,6 +13,7 @@ * ==================================================== */ +#define _GNU_SOURCE #include "libm.h" static const float -- cgit v1.2.1