Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for gcrt1.o
[glibc.git] / sysdeps / generic / allocalim.h
blob2491129a7dba3b94bc376828ec3a0d34c1eb16a7
1 extern inline int __libc_use_alloca (size_t size)
3 return size <= __MAX_ALLOCA_CUTOFF;