From ec411999a0262c8e3e6be53ae11ad761776a2fc1 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 12 Dec 2013 03:42:11 +0000 Subject: math: define _GNU_SOURCE when implementing non-standard math functions this makes the prototypes in math.h are visible so they are checked agaist the function definitions --- src/math/j0f.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/math/j0f.c') diff --git a/src/math/j0f.c b/src/math/j0f.c index 4b0ee3b7..45883dc4 100644 --- a/src/math/j0f.c +++ b/src/math/j0f.c @@ -13,6 +13,7 @@ * ==================================================== */ +#define _GNU_SOURCE #include "libm.h" static float pzerof(float), qzerof(float); -- cgit 1.4.1