Fix previous commit.
authorOndrej Bilka <neleai@seznam.cz>
Sat, 8 Jun 2013 20:50:29 +0000 (22:50 +0200)
committerOndrej Bilka <neleai@seznam.cz>
Sat, 8 Jun 2013 21:07:18 +0000 (23:07 +0200)
nptl/sysdeps/pthread/allocalim.h

index 2af2823..2396b83 100644 (file)
@@ -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)