Date: Mon, 10 Jun 2002 08:22:26 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp-workers AT delorie DOT com Subject: Re: malloc/brk namespace fix In-Reply-To: <10206100243.AA16587@clio.rice.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sun, 9 Jun 2002 sandmann AT clio DOT rice DOT edu wrote: > We can't make brk() a stub, since it's already "stubbed" in crt0.S; the > define below seems to fix the namespace problem. Okay with me.