]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/iofflush.c
nss: Turn __nss_database_lookup into a compatibility symbol
[thirdparty/glibc.git] / libio / iofflush.c
index 4a95863338a1ba2a1f30daee8c700fe44fbf664d..76d7bdad51bde5108b2e139478a4c45371a3e2a1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2018 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
@@ -28,7 +28,7 @@
 #include <stdio.h>
 
 int
-_IO_fflush (_IO_FILE *fp)
+_IO_fflush (FILE *fp)
 {
   if (fp == NULL)
     return _IO_flush_all ();