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 ea9a23876c..74ca3e0f9a 100644 --- a/sysdeps/unix/sysv/sysv4/__getpgid.c +++ b/sysdeps/unix/sysv/sysv4/__getpgid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1997, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1997, 2002, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Brendan Kehoe (brendan@zen.org). @@ -21,7 +21,7 @@ #include <unistd.h> #include <sys/types.h> -extern int __pgrpsys __P ((int type, ...)); +extern int __pgrpsys (int type, ...); /* Get the process group ID of process PID. */ int |