about summary refs log tree commit diff
path: root/include/alloca.h
Commit message (Collapse)AuthorAgeFilesLines
* alloca cannot be a function. #define it to the gcc builtin if possibleRich Felker2012-04-091-0/+4
| | | | | | | | gcc makes this mapping by default anyway, but it will be disabled by -fno-builtin (and presumably by -std=c99 or similar). for the main program the error will be reported by the linker, and the issue can easily be fixed, but for dynamic-loaded so files, the error cannot be detected until dlopen time, at which point it has become very obscure.
* fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker2011-11-101-0/+8
| | | | patch by Arvid Picciani (aep)
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+9