]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/lseek64.c
Fix BRE typos in check-safety.sh
[thirdparty/glibc.git] / io / lseek64.c
index acea3f3cb456456304a4c2a0eda1d55d5f0a09b8..c1c93346ce3a0d6fd8ec04e2a96b810b77d22391 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,95,96,97,98,2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -13,7 +13,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 <errno.h>
 #include <unistd.h>
@@ -45,4 +45,3 @@ __libc_lseek64 (int fd, off64_t offset, int whence)
 weak_alias (__libc_lseek64, __lseek64)
 weak_alias (__libc_lseek64, lseek64)
 stub_warning (lseek64)
-#include <stub-tag.h>