diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | stdlib/tst-strtod-overflow.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2012-09-05 Andreas Schwab <schwab@linux-m68k.org> + + * stdlib/tst-strtod-overflow.c (TIMEOUT): Define. + 2012-09-05 Allan McRae <allan@archlinux.org> [BS #13966] diff --git a/stdlib/tst-strtod-overflow.c b/stdlib/tst-strtod-overflow.c index 668d55b..6c5b282 100644 --- a/stdlib/tst-strtod-overflow.c +++ b/stdlib/tst-strtod-overflow.c @@ -45,4 +45,5 @@ do_test (void) } #define TEST_FUNCTION do_test () +#define TIMEOUT 5 #include "../test-skeleton.c" |