X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Wed, 05 Jan 2005 20:48:25 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-ID: <01c4f357$Blat.v2.2.2$48838660@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (message from Brian Inglis on Tue, 04 Jan 2005 22:25:39 -0700) Subject: Re: More complaints from tests/libclink/check References: <200501010313 DOT j013Do4F018246 AT speedy DOT ludd DOT ltu DOT se> <01c4eff0$Blat.v2.2.2$d6643f20 AT zahav DOT net DOT il> <200501011718 DOT j01HI90B032530 AT envy DOT delorie DOT com> <67pdt0leu3acu18g6cgjtggn6hs1hqld3i AT 4ax DOT com> <200501011828 DOT j01ISpB3001101 AT envy DOT delorie DOT com> <01c4f055$Blat.v2.2.2$0fcd0f80 AT zahav DOT net DOT il> 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 > Date: Tue, 04 Jan 2005 22:25:39 -0700 > From: Brian Inglis > > What confused me was both POSIX functions and DJGPP functions appear > in libc/stubs.h after both #ifndef __STRICT_ANSI__ and _POSIX_SOURCE. libc/stubs.h is not a good header to use as an example for this issue. In fact, _any_ libc/*.h header is not a good example. You should instead look at the public header files, e.g. stdlib.h. > That does not appear to me to be correct. I think it is correct: all this renaming stuff is non-ANSI and non-Posix by its very definition. The library cannot be built with -ansi/-posix anyway, so internal library headers need not have anything in the standard sections.