diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-02 14:51:48 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-02 14:51:48 +0000 |
commit | 168b72be28dc6a1ef14d5672dd97616a10af294c (patch) | |
tree | 45d1c2202eb813a64579fd5b2803b0bd1bfae339 /test/math | |
parent | f82635e74a7e174f71f955eaa4f5dc788e596cc0 (diff) |
libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite build
test/Rules.mak: don't pass target options to host build
test/math/basic-test.c: fix test build error
patching file test/unistd/errno.c: fix test build warning
Diffstat (limited to 'test/math')
-rw-r--r-- | test/math/basic-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/math/basic-test.c b/test/math/basic-test.c index e42c01457..04ec6ea31 100644 --- a/test/math/basic-test.c +++ b/test/math/basic-test.c @@ -17,6 +17,8 @@ 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> |