From 352b06fdbf0dc508758beabfc4809b7115a4bfd2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 3 Feb 2002 01:03:00 +0000 Subject: Update. 2002-02-03 Andreas Schwab * stdio-common/tst-rndseek.c: Increase timeout. --- ChangeLog | 4 ++++ stdio-common/tst-rndseek.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 341af72..c140a1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-02-03 Andreas Schwab + + * stdio-common/tst-rndseek.c: Increase timeout. + 2002-02-02 Ulrich Drepper Change ld.so to not use functions which are exported. One cannot diff --git a/stdio-common/tst-rndseek.c b/stdio-common/tst-rndseek.c index 41d99e4..60fd509 100644 --- a/stdio-common/tst-rndseek.c +++ b/stdio-common/tst-rndseek.c @@ -10,6 +10,7 @@ static char tempdata[65 * 1024]; static int do_test (void); #define TEST_FUNCTION do_test () +#define TIMEOUT 4 #include "../test-skeleton.c" -- cgit v1.1