summaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd/tcgetpgrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/tcgetpgrp.c')
-rw-r--r--sysdeps/unix/bsd/tcgetpgrp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/unix/bsd/tcgetpgrp.c b/sysdeps/unix/bsd/tcgetpgrp.c
index ef891fee0f..b3dedce805 100644
--- a/sysdeps/unix/bsd/tcgetpgrp.c
+++ b/sysdeps/unix/bsd/tcgetpgrp.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
@@ -22,8 +22,7 @@
/* Return the foreground process group ID of FD. */
pid_t
-tcgetpgrp (fd)
- int fd;
+tcgetpgrp (int fd)
{
int pgrp;