diff options
Diffstat (limited to 'sysdeps/unix/sysv/sysv4/setpgid.c')
-rw-r--r-- | sysdeps/unix/sysv/sysv4/setpgid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/sysv4/setpgid.c b/sysdeps/unix/sysv/sysv4/setpgid.c index 1ffb182d4a..80f4ad6430 100644 --- a/sysdeps/unix/sysv/sysv4/setpgid.c +++ b/sysdeps/unix/sysv/sysv4/setpgid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993,1995,1996,1997,1999,2002 Free Software Foundation, Inc. +/* Copyright (C) 1993,1995-1997,1999,2002,2004 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 @@ -19,7 +19,7 @@ #include <errno.h> #include <unistd.h> -extern int __pgrpsys __P ((pid_t type, ...)); +extern int __pgrpsys (pid_t type, ...); /* Set the process group ID of the process matching PID to PGID. If PID is zero, the current process's process group ID is set. |