delorie.com/archives/browse.cgi | search |
> Date: Tue, 04 Jan 2005 22:25:39 -0700 > From: Brian Inglis <Brian DOT Inglis AT SystematicSw DOT ab DOT ca> > > 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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |