summaryrefslogtreecommitdiffstats
path: root/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index b04f6a0..39dc469 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -236,8 +236,6 @@ extern void (*_malloc_message)(const char *, const char *, const char *,
#define alloca(sz) __builtin_alloca(sz)
#elif defined(lint)
void *alloca(size_t);
-#else
-#error Please add alloca support on all FreeBSD architectures for this compiler.
#endif
__uint32_t
OpenPOWER on IntegriCloud