]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/pread64.c
Update copyright notices with scripts/update-copyrights
[thirdparty/glibc.git] / posix / pread64.c
index 18c4f022f1c3571e67fbac797d036f9bcfd7bf07..e73fdab1ba3239764eec69fb30d5b864dc6a8834 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 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
@@ -42,4 +42,3 @@ __libc_pread64 (int fd, void *buf, size_t nbytes, off64_t offset)
 strong_alias (__libc_pread64, __pread64)
 weak_alias (__libc_pread64, pread64)
 stub_warning (pread64)
-#include <stub-tag.h>