From 1fffa01407fddb0166594d1bde4600cd6fa48900 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 6 Jan 2006 03:22:19 +0000 Subject: Merge from NPTL branch. --- include/alloca.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/alloca.h') diff --git a/include/alloca.h b/include/alloca.h index 0dd291f1b..b4fc31738 100644 --- a/include/alloca.h +++ b/include/alloca.h @@ -36,6 +36,8 @@ extern void *alloca (size_t __size) __THROW; # define alloca(size) __builtin_alloca (size) #endif /* GCC. */ +#define __MAX_ALLOCA_CUTOFF 65536 + __END_DECLS #endif /* alloca.h */ -- cgit v1.2.3