we don't have an alloca() symbol anywhere in libc, don't prototype it.
authortedu <tedu@openbsd.org>
Thu, 15 Jan 2015 19:55:58 +0000 (19:55 +0000)
committertedu <tedu@openbsd.org>
Thu, 15 Jan 2015 19:55:58 +0000 (19:55 +0000)
commitaf4f502b8bf6823323964c31db90d47d7892a45d
tree24607a53952faf697116c01cd74e8ebe4270d465
parente02a689362c8d15ef8770cf014ff7ce950703efc
we don't have an alloca() symbol anywhere in libc, don't prototype it.
instead, #define to __builtin_alloca. if that doesn't work, you're hosed.
from an old discussion about the perils of alloca. (don't use alloca!)
include/stdlib.h