summaryrefslogtreecommitdiff
path: root/lib/libc/compat/gen/compat_alloca.c
blob: fff067f47fef4ae5a6d3c52f21a6f612cd5baf6d (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. not -std=c89).")