From: Ondrej Bilka Date: Sat, 8 Jun 2013 20:50:29 +0000 (+0200) Subject: Fix previous commit. X-Git-Tag: glibc-2.18~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=416641e6879a08a859c90fc8a84802eb37f5fa8a;p=thirdparty%2Fglibc.git Fix previous commit. --- diff --git a/nptl/sysdeps/pthread/allocalim.h b/nptl/sysdeps/pthread/allocalim.h index 2af28233170..2396b836b7d 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)