]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/fputc_u.c
NEWS: Mention Minguo calendar support added [BZ #24293]
[thirdparty/glibc.git] / libio / fputc_u.c
index c07321da3dedd2620c620d1cff1a5a92e9afdcdb..277e474428a009ebe22b318b58419a12f1f0cf36 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
@@ -30,8 +30,9 @@
 #undef fputc_unlocked
 
 int
-fputc_unlocked (int c, _IO_FILE *fp)
+fputc_unlocked (int c, FILE *fp)
 {
   CHECK_FILE (fp, EOF);
   return _IO_putc_unlocked (c, fp);
 }
+libc_hidden_def (fputc_unlocked)