summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/getpgid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/getpgid.c')
-rw-r--r--sysdeps/mach/hurd/getpgid.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/getpgid.c b/sysdeps/mach/hurd/getpgid.c
index a27edae34c..61ae5fb8a4 100644
--- a/sysdeps/mach/hurd/getpgid.c
+++ b/sysdeps/mach/hurd/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
@@ -22,8 +22,7 @@
/* Get the process group ID of process PID. */
int
-__getpgid (pid)
- pid_t pid;
+__getpgid (pid_t pid)
{
error_t err;
pid_t pgrp;