2002-02-03  Andreas Schwab  <schwab@suse.de>

	* stdio-common/tst-rndseek.c: Increase timeout.
This commit is contained in:
Ulrich Drepper 2002-02-03 01:03:00 +00:00
parent 7969407a01
commit 352b06fdbf
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-02-03 Andreas Schwab <schwab@suse.de>
* stdio-common/tst-rndseek.c: Increase timeout.
2002-02-02 Ulrich Drepper <drepper@redhat.com>
Change ld.so to not use functions which are exported. One cannot

View File

@ -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"