summaryrefslogtreecommitdiff
path: root/termios/tcgetattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'termios/tcgetattr.c')
-rw-r--r--termios/tcgetattr.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/termios/tcgetattr.c b/termios/tcgetattr.c
index badbb59965..b14a8c5fef 100644
--- a/termios/tcgetattr.c
+++ b/termios/tcgetattr.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
@@ -21,9 +21,7 @@
/* Put the state of FD into *TERMIOS_P. */
int
-__tcgetattr (fd, termios_p)
- int fd;
- struct termios *termios_p;
+__tcgetattr (int fd, struct termios *termios_p)
{
if (fd < 0)
{