]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/lseek64.c
resolv: Enable full ICMP errors for UDP DNS sockets [BZ #24047]
[thirdparty/glibc.git] / io / lseek64.c
index d0a8cff03e7c4b6162da7499268b93876369b5fe..77148e2ba183039ebe386dddde5e72fe3961f116 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,95,96,97,98,2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2019 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
@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
@@ -46,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>