CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2015/01/15 12:55:58

Modified files:
        include        : stdlib.h 

Log message:
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!)

Reply via email to