From: Roland McGrath Date: Thu, 26 Jan 1995 01:43:07 +0000 (+0000) Subject: (sysdep_routines): Removed __setpgid, __getpgid. X-Git-Tag: glibc-2.16-ports-before-merge~3970 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6961ffadfdb6007d0959cf1c843a954261645d4;p=thirdparty%2Fglibc.git (sysdep_routines): Removed __setpgid, __getpgid. --- diff --git a/sysdeps/unix/sysv/sysv4/Makefile b/sysdeps/unix/sysv/sysv4/Makefile index d44214b5800..0c149da85cc 100644 --- a/sysdeps/unix/sysv/sysv4/Makefile +++ b/sysdeps/unix/sysv/sysv4/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1992, 1993 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1995 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 @@ -18,8 +18,7 @@ ifeq ($(subdir),posix) -sysdep_routines := $(sysdep_routines) sysconfig pgrpsys \ - __getpgid __setpgid __waitid +sysdep_routines := $(sysdep_routines) sysconfig pgrpsys __waitid endif