]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdio-common/tst-fseek.c
sparc (64bit): Regenerate ulps
[thirdparty/glibc.git] / stdio-common / tst-fseek.c
index 9d5f7466f6261913ddb59e9320665a0616502d68..c4ac17cdf4e8ae6f1c9ed4a64ac0cd1746875fb6 100644 (file)
@@ -1,7 +1,6 @@
 /* Tests of fseek and fseeko.
-   Copyright (C) 2000-2018 Free Software Foundation, Inc.
+   Copyright (C) 2000-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -15,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <error.h>
 #include <errno.h>
@@ -477,6 +476,5 @@ do_test (void)
   return result;
 }
 
-#define TIMEOUT 3
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"