summaryrefslogtreecommitdiff
path: root/include/alloca.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-01-13 14:01:56 -0500
committerUlrich Drepper <drepper@gmail.com>2011-01-13 14:01:56 -0500
commita85b5cb4d4a5fc56e2b38638d270bf2daa67eb6c (patch)
tree0c240f5120d99d2b239d83333b533505fe308a36 /include/alloca.h
parentcfa28e560ef69372b9e15e9a2d924a0fbcfc7bca (diff)
Fix PLT use due to __libc_alloca_cutoff.
Diffstat (limited to 'include/alloca.h')
-rw-r--r--include/alloca.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/alloca.h b/include/alloca.h
index 9a4b5c7da0..b99c3d152b 100644
--- a/include/alloca.h
+++ b/include/alloca.h
@@ -14,6 +14,7 @@ extern void *__alloca (size_t __size);
extern int __libc_use_alloca (size_t size) __attribute__ ((const));
extern int __libc_alloca_cutoff (size_t size) __attribute__ ((const));
+libc_hidden_proto (__libc_alloca_cutoff)
#define __MAX_ALLOCA_CUTOFF 65536