summaryrefslogtreecommitdiff
path: root/libio/iofflush_u.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/iofflush_u.c')
-rw-r--r--libio/iofflush_u.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libio/iofflush_u.c b/libio/iofflush_u.c
index e00447991d..ad5b122bc5 100644
--- a/libio/iofflush_u.c
+++ b/libio/iofflush_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2016 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,8 +28,7 @@
#include <stdio.h>
int
-__fflush_unlocked (fp)
- _IO_FILE *fp;
+__fflush_unlocked (_IO_FILE *fp)
{
if (fp == NULL)
return _IO_flush_all ();