diff options
Diffstat (limited to 'sysdeps/mach/hurd/setpgid.c')
-rw-r--r-- | sysdeps/mach/hurd/setpgid.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/setpgid.c b/sysdeps/mach/hurd/setpgid.c index 24b640f249..0b539d0bb6 100644 --- a/sysdeps/mach/hurd/setpgid.c +++ b/sysdeps/mach/hurd/setpgid.c @@ -24,9 +24,7 @@ If PID is zero, the current process's process group ID is set. If PGID is zero, the process ID of the process is used. */ int -__setpgid (pid, pgid) - pid_t pid; - pid_t pgid; +__setpgid (pid_t pid, pid_t pgid) { error_t err; unsigned int stamp; |