Date: Thu, 28 Nov 2002 11:41:37 -0500 Message-Id: <200211281641.gASGfbr07736@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <3DE63665.AB50E8A0@phekda.freeserve.co.uk> (message from Richard Dawe on Thu, 28 Nov 2002 15:29:41 +0000) Subject: Re: _Exit function [PATCH] References: <200211281344 DOT gASDisp06211 AT envy DOT delorie DOT com> <3DE63665 DOT AB50E8A0 AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > What does that gain us? Won't that make finding the sources harder? (_Exit is > in => sources must be in src/libc/ansi/stdlib.) Surely documenting > the functions as C99 is enough? We already have ansi/stdlib, compat/stdlib, and posix/stdlib. I originally split the sources up to help me keep track of standards issues. We're still very concerned about standards, we should still split things up by standard where it makes sense. C99 is a big step in standards, it should have its own directory.