Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 3 Feb 2002 01:03:00 +0000 (01:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 3 Feb 2002 01:03:00 +0000 (01:03 +0000)
2002-02-03  Andreas Schwab  <schwab@suse.de>

* stdio-common/tst-rndseek.c: Increase timeout.

ChangeLog
stdio-common/tst-rndseek.c

index 341af72..c140a1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 41d99e4..60fd509 100644 (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"