summaryrefslogtreecommitdiff
path: root/posix/getpgid.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/getpgid.c')
-rw-r--r--posix/getpgid.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/posix/getpgid.c b/posix/getpgid.c
index 05f72c34ab..6052d1cfd2 100644
--- a/posix/getpgid.c
+++ b/posix/getpgid.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,8 +20,7 @@
/* Get the process group ID of process PID. */
pid_t
-__getpgid (pid)
- pid_t pid;
+__getpgid (pid_t pid)
{
return pid;
}