]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/putchar_u.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / libio / putchar_u.c
index a8c915693dc368fb4f7b0d9aed6f278b6bf4d699..37d03ad364b770b0e0ae27d4643d9b2539836d08 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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
@@ -21,8 +21,7 @@
 #undef putchar_unlocked
 
 int
-putchar_unlocked (c)
-     int c;
+putchar_unlocked (int c)
 {
   CHECK_FILE (_IO_stdout, EOF);
   return _IO_putc_unlocked (c, _IO_stdout);