• Home
  • History
  • Annotate
  • only in /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/
NameDateSize

..29-Aug-20174 KiB

limits.h29-Aug-20175.3 KiB

linux/29-Aug-20174 KiB

README29-Aug-2017750

syslimits.h29-Aug-2017330

README

1This README file is copied into the directory for GCC-only header files
2when fixincludes is run by the makefile for GCC.
3
4Many of the files in this directory were automatically edited from the
5standard system header files by the fixincludes process.  They are
6system-specific, and will not work on any other kind of system.  They
7are also not part of GCC.  The reason we have to do this is because
8GCC requires ANSI C headers and many vendors supply ANSI-incompatible
9headers.
10
11Because this is an automated process, sometimes headers get "fixed"
12that do not, strictly speaking, need a fix.  As long as nothing is broken
13by the process, it is just an unfortunate collateral inconvenience.
14We would like to rectify it, if it is not "too inconvenient".
15