diff options
Diffstat (limited to 'sysdeps/generic/getpgid.c')
-rw-r--r-- | sysdeps/generic/getpgid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/getpgid.c b/sysdeps/generic/getpgid.c index 7423e118f0..7ae21515b9 100644 --- a/sysdeps/generic/getpgid.c +++ b/sysdeps/generic/getpgid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 1997, 1998 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 @@ -20,7 +20,7 @@ #include <sys/types.h> /* Get the process group ID of process PID. */ -int +pid_t __getpgid (pid) pid_t pid; { |