X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Sat, 1 Dec 2001 10:04:32 -0500 Message-Id: <200112011504.fB1F4Wp28426@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <3C08E523.C844E69B@phekda.freeserve.co.uk> (message from Richard Dawe on Sat, 01 Dec 2001 14:11:47 +0000) Subject: Re: Description of stubs in develop.txi References: <3C08E523 DOT C844E69B 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 > The library code is written as if it were calling the unprefixed function. > But we want it to call the prefixed function. So any code using non-ANSI > and non-POSIX functions should include libc/stubs.h as the first include > file, so that it calls the prefixed version of the functions. > > Is this correct? If so, I'll post a patch to update the description in > develop.txi. That is correct.