haiku/headers/build/gcc-2.95.3
Augustin Cavalier 64b46b706b headers: Adjust GCC2 stdbool to be usable by modern GCC.
musl's allocator needs to be built with GCC 8, but we need to link
it into GCC 2 libroot, which uses GCC 2 headers.
2020-10-10 16:36:59 -04:00
..
README
exception
float.h Forgot to fix LDBL_MIN... 2014-10-15 13:08:10 +02:00
iso646.h
limits.h Define MB_LEN_MAX to 16. 2011-11-22 17:40:45 +01:00
new
new.h
proto.h
stdarg.h
stdbool.h headers: Adjust GCC2 stdbool to be usable by modern GCC. 2020-10-10 16:36:59 -04:00
stddef.h
syslimits.h
typeinfo
va-alpha.h
va-arc.h
va-c4x.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-clipper.h
va-h8300.h
va-i860.h
va-i960.h
va-m32r.h
va-m88k.h
va-mips.h
va-mn10200.h
va-mn10300.h
va-pa.h
va-ppc.h
va-pyr.h
va-sh.h
va-sparc.h
va-spur.h
va-v850.h
varargs.h

README

This README file is copied into the directory for GCC-only header files
when fixincludes is run by the makefile for GCC.

Many of the files in this directory were made from the standard system
header files of this system by the shell script `fixincludes'.
They are system-specific, and will not work on any other kind of system.
They are also not part of GCC.  The reason for making the files here
is to fix the places in the header files which use constructs
that are incompatible with ANSI C.