xref: /netbsd-src/lib/libc/compat/gen/compat_alloca.c (revision afab4e300d3a9fb07dd8c80daf53d0feb3345706)
1 #include <sys/cdefs.h>
2 
3 __warn_references(alloca,
4     "Warning: reference to the libc supplied alloca(3); this most likely will "
5     "not work. Please use the compiler provided version of alloca(3), by "
6     "supplying the appropriate compiler flags (e.g. -std=gnu99).")
7