summaryrefslogtreecommitdiffstats
path: root/test/math/basic-test.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-02-24 14:31:14 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-02-24 14:31:14 +0000
commit82da4c0851a8c33f7fa8afde720a69cb3976b44c (patch)
treeba3055498b6be53a70e84e9cac83b00bed91a35c /test/math/basic-test.c
parent85d7b9b3ab32417b087c3b71d012582be4e14244 (diff)
downloaduClibc-alpine-82da4c0851a8c33f7fa8afde720a69cb3976b44c.tar.bz2
uClibc-alpine-82da4c0851a8c33f7fa8afde720a69cb3976b44c.tar.xz
- enable math tests (plus assorted related fixups)
Diffstat (limited to 'test/math/basic-test.c')
-rw-r--r--test/math/basic-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/math/basic-test.c b/test/math/basic-test.c
index e42c01457..477b274e0 100644
--- a/test/math/basic-test.c
+++ b/test/math/basic-test.c
@@ -17,6 +17,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
+#define _ISOC99_SOURCE
#include <math.h>
#include <float.h>
#include <stdio.h>