diff options
Diffstat (limited to 'sysdeps/mach/hurd/setpgid.c')
-rw-r--r-- | sysdeps/mach/hurd/setpgid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/setpgid.c b/sysdeps/mach/hurd/setpgid.c index 804cb71b19..27b15b2281 100644 --- a/sysdeps/mach/hurd/setpgid.c +++ b/sysdeps/mach/hurd/setpgid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1993,1994,1995,1996,1997,2002 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 @@ -53,5 +53,5 @@ __setpgid (pid, pgid) return 0; } - +libc_hidden_def (__setpgid) weak_alias (__setpgid, setpgid) |