Home | History | Annotate | Line # | Download | only in gen
compat_alloca.c revision 1.2
      1  1.1  christos #include <sys/cdefs.h>
      2  1.1  christos 
      3  1.1  christos __warn_references(alloca,
      4  1.1  christos     "Warning: reference to the libc supplied alloca(3); this most likely will "
      5  1.1  christos     "not work. Please use the compiler provided version of alloca(3), by "
      6  1.2       nia     "supplying the appropriate compiler flags (e.g. -std=gnu99).")
      7