From a85b5cb4d4a5fc56e2b38638d270bf2daa67eb6c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 13 Jan 2011 14:01:56 -0500 Subject: Fix PLT use due to __libc_alloca_cutoff. --- include/alloca.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/alloca.h') 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 -- cgit v1.2.1