summaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorOndrej Bilka <neleai@seznam.cz>2013-06-08 22:50:29 +0200
committerOndrej Bilka <neleai@seznam.cz>2013-06-08 23:07:18 +0200
commit416641e6879a08a859c90fc8a84802eb37f5fa8a (patch)
tree86678b6643cfd926fe8ce1cc90e2b30f73e87f07 /nptl
parente3f36662eefae747e1e4ae55d95e5bab532d5cf1 (diff)
Fix previous commit.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/sysdeps/pthread/allocalim.h4
1 files 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 <limits.h>
-__always_inline
-extern int
+extern __always_inline
+int
__libc_use_alloca (size_t size)
{
return (__builtin_expect (size <= PTHREAD_STACK_MIN / 4, 1)