summaryrefslogtreecommitdiff
path: root/termios/tcflush.c
diff options
context:
space:
mode:
Diffstat (limited to 'termios/tcflush.c')
-rw-r--r--termios/tcflush.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/termios/tcflush.c b/termios/tcflush.c
index db3c945f98..86a7c35252 100644
--- a/termios/tcflush.c
+++ b/termios/tcflush.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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
@@ -20,9 +20,7 @@
/* Flush pending data on FD. */
int
-tcflush (fd, queue_selector)
- int fd;
- int queue_selector;
+tcflush (int fd, int queue_selector)
{
switch (queue_selector)
{