aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/sys/cdefs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h
index 0ecd23cd18a2..ff81fb5a0d2d 100644
--- a/sys/sys/cdefs.h
+++ b/sys/sys/cdefs.h
@@ -142,11 +142,6 @@
#define __section(x) __attribute__((__section__(x)))
#endif
#endif
-#ifdef __GNUC__
-#define alloca(sz) __builtin_alloca(sz)
-#else
-#error FreeBSD alloca support needed for this compiler
-#endif
/* XXX: should use `#if __STDC_VERSION__ < 199901'. */
#if !(__GNUC__ == 2 && __GNUC_MINOR__ >= 7 || __GNUC__ >= 3)