summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/setpgid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/setpgid.c')
-rw-r--r--sysdeps/mach/hurd/setpgid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/setpgid.c b/sysdeps/mach/hurd/setpgid.c
index 7c74ef8a4c..cda54e127a 100644
--- a/sysdeps/mach/hurd/setpgid.c
+++ b/sysdeps/mach/hurd/setpgid.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1994, 1995, 1996 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
@@ -54,4 +54,3 @@ DEFUN(__setpgid, (pid, pgid), pid_t pid AND pid_t pgid)
}
weak_alias (__setpgid, setpgid)
-weak_alias (__setpgid, setpgrp)