]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/iofopen64.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / libio / iofopen64.c
index 89f13aa9ae989a9dbe3cabeb9827f75d3e522d89..f60234595e21c25ccf54e353f33a65341475f8c2 100644 (file)
@@ -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);
 }