diff options
Diffstat (limited to 'sysdeps/unix/sysv/sysv4/getpgid.c')
-rw-r--r-- | sysdeps/unix/sysv/sysv4/getpgid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/sysv4/getpgid.c b/sysdeps/unix/sysv/sysv4/getpgid.c index 39fb728d1b..95f96417cc 100644 --- a/sysdeps/unix/sysv/sysv4/getpgid.c +++ b/sysdeps/unix/sysv/sysv4/getpgid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1995, 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 <unistd.h> #include <sys/types.h> -extern pid_t __pgrpsys __P ((int type, ...)); +extern pid_t __pgrpsys (int type, ...); /* Get the process group ID of process PID. */ pid_t |