summaryrefslogtreecommitdiff
path: root/termios/tcgetsid.c
diff options
context:
space:
mode:
Diffstat (limited to 'termios/tcgetsid.c')
-rw-r--r--termios/tcgetsid.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/termios/tcgetsid.c b/termios/tcgetsid.c
index fcf4d7f32f..4edb975766 100644
--- a/termios/tcgetsid.c
+++ b/termios/tcgetsid.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1997-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
@@ -23,8 +23,7 @@
/* Return the session ID of FD. */
pid_t
-tcgetsid (fd)
- int fd;
+tcgetsid (int fd)
{
pid_t pgrp;
pid_t sid;