diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-06 03:22:19 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-06 03:22:19 +0000 |
commit | 1fffa01407fddb0166594d1bde4600cd6fa48900 (patch) | |
tree | 0fe338246d7c7ff3fa385b99902cc21e8d8f98b7 /include/alloca.h | |
parent | b8fce912b9167c3513c2fcd853b45d58501c0837 (diff) |
Merge from NPTL branch.
Diffstat (limited to 'include/alloca.h')
-rw-r--r-- | include/alloca.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |