Date: Wed, 1 Aug 2001 23:50:37 -0400 Message-Id: <200108020350.XAA05314@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3b68c7f6.8131322@news.escape.com> (pjfarley3@escape.com) Subject: Re: libc question: Why no setpgrp()? References: <3b68c7f6 DOT 8131322 AT news DOT escape DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Was this function just overlooked, or is it impossible to define > suitably for the DJGPP environment? There are no process groups in DJGPP. If you wish to add such a function, it would have to always fail (we have other functions like that, like fork()). There is also the risk that programs will detect the presence of setpgrp() and use that as evidence that process groups *do* exist. And yes, this thread should move over to djgpp-workers.