musl/include
Michael Forney a56ec7e8e2 unconditonally define alloca as __builtin_alloca
This enables alternative compilers, which may not define __GNUC__,
to implement alloca, which is still fairly widely used.

This is similar to how stdarg.h already works in musl; compilers must
implement __builtin_va_arg, there is no fallback definition.
2020-01-01 15:07:11 -05:00
..
2016-08-30 16:39:54 -04:00
2019-08-30 16:21:36 -04:00
2019-08-08 11:33:18 -04:00
2018-06-26 16:59:12 -04:00
2019-03-13 10:42:57 -04:00