summaryrefslogtreecommitdiff
path: root/termios/tcflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'termios/tcflow.c')
-rw-r--r--termios/tcflow.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/termios/tcflow.c b/termios/tcflow.c
index a86fe8bd54..c152979e21 100644
--- a/termios/tcflow.c
+++ b/termios/tcflow.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 @@
/* Suspend or restart transmission on FD. */
int
-tcflow (fd, action)
- int fd;
- int action;
+tcflow (int fd, int action)
{
if (fd < 0)
{