mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-04 03:22:14 +03:00
Fix PLT use due to __libc_alloca_cutoff.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user