summaryrefslogtreecommitdiff
path: root/termios/tcsendbrk.c
diff options
context:
space:
mode:
Diffstat (limited to 'termios/tcsendbrk.c')
-rw-r--r--termios/tcsendbrk.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/termios/tcsendbrk.c b/termios/tcsendbrk.c
index abd4d11a19..d8ce441aa1 100644
--- a/termios/tcsendbrk.c
+++ b/termios/tcsendbrk.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 @@
/* Send zero bits on FD. */
int
-tcsendbreak (fd, duration)
- int fd;
- int duration;
+tcsendbreak (int fd, int duration)
{
if (fd < 0)
{