xref: /netbsd-src/lib/libc/compat/gen/compat_alloca.c (revision 934ddb935f1853f56feee2de0066e8d680b510e1)
197d3085eSchristos #include <sys/cdefs.h>
297d3085eSchristos 
397d3085eSchristos __warn_references(alloca,
497d3085eSchristos     "Warning: reference to the libc supplied alloca(3); this most likely will "
597d3085eSchristos     "not work. Please use the compiler provided version of alloca(3), by "
6*934ddb93Snia     "supplying the appropriate compiler flags (e.g. -std=gnu99).")
7