diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-03 01:03:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-03 01:03:00 +0000 |
commit | 352b06fdbf0dc508758beabfc4809b7115a4bfd2 (patch) | |
tree | cc0e454f500bcf6d747a11e7b52aec5e9b97c591 | |
parent | 7969407a01a108298ea506e0c37c1d6b7c9d424c (diff) | |
download | glibc-352b06fdbf0dc508758beabfc4809b7115a4bfd2.zip glibc-352b06fdbf0dc508758beabfc4809b7115a4bfd2.tar.gz glibc-352b06fdbf0dc508758beabfc4809b7115a4bfd2.tar.bz2 |
Update.
2002-02-03 Andreas Schwab <schwab@suse.de>
* stdio-common/tst-rndseek.c: Increase timeout.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | stdio-common/tst-rndseek.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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 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" |