summaryrefslogtreecommitdiff
path: root/test/math/c99_test.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-10-31 04:36:02 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-31 04:36:02 +0100
commit8b34cac8748067dbebc99f1b8450c5de91661db5 (patch)
tree645acac35767db45a53a68a561c6b307b32a16cf /test/math/c99_test.c
parent7e308604ee0aa67bc37f37d6f69ed41481c427a0 (diff)
libm: fix tgamma to actually do return true gamma function
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'test/math/c99_test.c')
-rw-r--r--test/math/c99_test.c1
1 files changed, 0 insertions, 1 deletions
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 <math.h>
#include <float.h>
#include <stdlib.h>