summaryrefslogtreecommitdiff
path: root/lib/libc/compat/gen/compat_alloca.c
blob: 0ee6ad40eb5bb31257dee705a3bec8d8437424af (plain)
1
2
3
4
5
6
#include <sys/cdefs.h>

__warn_references(alloca,
    "Warning: reference to the libc supplied alloca(3); this most likely will "
    "not work. Please use the compiler provided version of alloca(3), by "
    "supplying the appropriate compiler flags (e.g. -std=gnu99).")