]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/iofopen64.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / libio / iofopen64.c
index e8e86ab6cd0c48deeed5844499269af5266b7677..1ec237599073f515b20093ac3ab2769f47a7935d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2014 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
@@ -32,9 +32,7 @@
 #if !defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)
 
 _IO_FILE *
-_IO_fopen64 (filename, mode)
-     const char *filename;
-     const char *mode;
+_IO_fopen64 (const char *filename, const char *mode)
 {
   return __fopen_internal (filename, mode, 0);
 }