Date: Tue, 5 Jan 1999 15:30:43 -0500 Message-Id: <199901052030.PAA15082@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <199901052029.VAA22702@father.ludd.luth.se> (message from Martin Str|mberg on Tue, 5 Jan 1999 21:29:28 +0100 (MET)) Subject: Re: stubs? References: <199901052029 DOT VAA22702 AT father DOT ludd DOT luth DOT se> Reply-To: djgpp-workers AT delorie DOT com > Thinking of the discussion about them one or two weeks ago. Do I have > to do something special to add them or is it done automagically? stubs are only needed when a non-ansi/posix function is called from one of libc's ansi/posix functions. Other functions do not pollute the ansi/posix namespaces, so do not need stubs.