]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/feof_u.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / libio / feof_u.c
index aede4da1dd4d90bad54f785374e4a00e15bba8c2..616eadbccdb196130457c9c0048374d5769d8677 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2017 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
@@ -30,8 +30,7 @@
 #undef feof_unlocked
 
 int
-feof_unlocked (fp)
-     _IO_FILE* fp;
+feof_unlocked (_IO_FILE *fp)
 {
   CHECK_FILE (fp, EOF);
   return _IO_feof_unlocked (fp);