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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/getpgid.c b/sysdeps/mach/hurd/getpgid.c
index a27edae34c..65bd3c65bb 100644
--- a/sysdeps/mach/hurd/getpgid.c
+++ b/sysdeps/mach/hurd/getpgid.c
@@ -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;