From 8b34cac8748067dbebc99f1b8450c5de91661db5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 31 Oct 2010 04:36:02 +0100 Subject: libm: fix tgamma to actually do return true gamma function Signed-off-by: Denys Vlasenko --- test/math/c99_test.c | 1 - 1 file changed, 1 deletion(-) (limited to 'test/math/c99_test.c') diff --git a/test/math/c99_test.c b/test/math/c99_test.c index fd6feeafc..73382e41b 100644 --- a/test/math/c99_test.c +++ b/test/math/c99_test.c @@ -1,4 +1,3 @@ -//#define _GNU_SOURCE 1 #include #include #include -- cgit v1.2.3