]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/wfiledoalloc.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / libio / wfiledoalloc.c
index c3d324e546cebf7e616abe88dd4df5335c3b3a5d..138093d309cc67dfb553a84f5b9a6a32f8db8bd4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2017 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2019 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
@@ -60,9 +60,9 @@
 
 /* Allocate a file buffer, or switch to unbuffered I/O.  */
 int
-_IO_wfile_doallocate (_IO_FILE *fp)
+_IO_wfile_doallocate (FILE *fp)
 {
-  _IO_size_t size;
+  size_t size;
   wchar_t *p;
 
   /* Allocate room for the external buffer.  */