]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/iofsetpos64.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / libio / iofsetpos64.c
index f751255a66d0dc25cd996ef411d95d2565698164..adbac8ae3941c30976299f5d48dada1fe83f5ea5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2012 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2016 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
@@ -31,9 +31,7 @@
 #ifndef __OFF_T_MATCHES_OFF64_T
 
 int
-_IO_new_fsetpos64 (fp, posp)
-     _IO_FILE *fp;
-     const _IO_fpos64_t *posp;
+_IO_new_fsetpos64 (_IO_FILE *fp, const _IO_fpos64_t *posp)
 {
   int result;
   CHECK_FILE (fp, EOF);