diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/alloca.h | 1 |
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 |