summaryrefslogtreecommitdiffstats
path: root/compiler-rt/SDKs/darwin/usr/include/stdlib.h
Commit message (Collapse)AuthorAgeFilesLines
* Add stub for 'atoi'.Bill Wendling2012-05-281-0/+1
| | | | llvm-svn: 157573
* build/SDKs: Sketch a minimal stub SDK for Darwin.Daniel Dunbar2011-11-161-0/+29
- Motivation is explained in the README, but basically it is convenient to be able to build compiler-rt free standing. Since our external dependencies are so small, we can achieve this relatively easily by just stubbing out the declarations of the external dependencies. - This is in no way, shape, or form intended to be complete, it is just the minimal stubs necessary to support the stuff we use. llvm-svn: 144843
OpenPOWER on IntegriCloud