From: Ulrich Drepper Date: Sun, 3 Feb 2002 01:03:00 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-3~1158 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=352b06fdbf0dc508758beabfc4809b7115a4bfd2;p=thirdparty%2Fglibc.git Update. 2002-02-03 Andreas Schwab * stdio-common/tst-rndseek.c: Increase timeout. --- diff --git a/ChangeLog b/ChangeLog index 341af72d2ba..c140a1d8737 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 41d99e4a225..60fd5094d8a 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"