From 416641e6879a08a859c90fc8a84802eb37f5fa8a Mon Sep 17 00:00:00 2001 From: Ondrej Bilka Date: Sat, 8 Jun 2013 22:50:29 +0200 Subject: [PATCH] Fix previous commit. --- nptl/sysdeps/pthread/allocalim.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nptl/sysdeps/pthread/allocalim.h b/nptl/sysdeps/pthread/allocalim.h index 2af2823317..2396b836b7 100644 --- a/nptl/sysdeps/pthread/allocalim.h +++ b/nptl/sysdeps/pthread/allocalim.h @@ -20,8 +20,8 @@ #include -__always_inline -extern int +extern __always_inline +int __libc_use_alloca (size_t size) { return (__builtin_expect (size <= PTHREAD_STACK_MIN / 4, 1) -- 2.43.5